Class BookmarksCollection
Collection of all top-level BookmarkItem instances for the current level of the bookmarks hierarchy.
Inheritance
System.Object
BookmarksCollection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Collections
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class BookmarksCollection : DocumentElementCollection<BookmarkItem, IFixedDocumentElement>, IList<BookmarkItem>, ICollection<BookmarkItem>, IEnumerable<BookmarkItem>, IEnumerable, IFixedDocumentElement
Methods
VerifyDocumentElementOnInsert(BookmarkItem)
Explicit Interface Implementations
IFixedDocumentElement.Parent
Gets the parent for the current BookmarksCollection instance.
Declaration
IFixedDocumentElement IFixedDocumentElement.Parent { get; }
Returns
IFixedDocumentElement
|