[]
Represents a collection of OutlineNode elements.
public class OutlineNodeCollection : OwnedCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets or sets the element at the specified index. |
Name | Description |
---|---|
Add(OutlineNode) | Adds a node to the current collection. |
Add(string) | Adds a node with the specified caption and location to the current collection. |
Add(string, C1LinkTarget) | Adds a node with the specified caption and link target to the current collection. |
Add(string, IDocumentLocation) | Adds a node with the specified caption and location to the current collection. |
Add(string, IDocumentLocation, Icon) | Adds a node with the specified caption, location and icon to the current collection. |
GetItemType() | Gets the type of elements in this collection. |
Remove(OutlineNode) | Removes a node from the current collection. |