The following tables list the members exposed by IUIHierarchyNodeList.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the count of IUIHierarchyNode instances contained within this collection. |
![]() | IsFixedSize | Indicates whether the IUIHierarchyNodeList has a fixed-size. |
![]() | IsReadOnly | Indicates whether the IUIHierarchyNodeList is read-only. |
![]() | IsSynchronized | Indicates whether access to this collection is synchronized (i.e., thread-safe). |
![]() | Item | Gets or sets the IUIHierarchyNode at the specified index within the list. |
![]() | SyncRoot | Gets an object that consumers can use to synchronize access to this collection. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an IUIHierarchyNode instance to the end of the list. |
![]() | Clear | Removes all nodes from the list. |
![]() | Contains | Indicates whether the specified IUIHierarchyNode exists within the list. |
![]() | CopyTo | Copies the IUIHierarchyNode instances within the current collection to an Array starting at a particular index. |
![]() | GetEnumerator | Gets an enumerator that consumers can use to iterate through the list. |
![]() | IndexOf | Gets the index of a specific IUIHierarchyNode within the list, if it exists. |
![]() | Insert | Inserts an IUIHierarchyNode within the list at a specific index. |
![]() | Remove | Removes the first occurrence of an IUIHierarchyNode within the list. |
![]() | RemoveAt | Removes the IUIHierarchyNode at the specified index within the list. |