The following tables list the members exposed by ExplorerBarItemBaseCollection.
Name | Description | |
---|---|---|
Count | Get the number of items in the collection | |
IsEmpty | Returns true if the collection is empty. | |
IsReadOnly | Get whether the collection is ReadOnly | |
IsSynchronized | Returns whether the collection is synchornized | |
Item | ||
Owner | Returns the owner item that contains the collection. | |
SyncRoot | Get the synchronization object if the collection is synchronized. |
Name | Description | |
---|---|---|
Add | Add a new item to the collection. | |
Clear | Clear the collection items. | |
Contains | Check whether the collection contains concrete ExplorerBarItemBase object | |
CopyTo | Overloaded. Copy the contents of the collection to an array of ExplorerBarItemBase objects. | |
FromValue | Overloaded. Traverses the collection of items and their children and returns the item that matches the specified value. | |
GetEnumerator | Return an enumerator | |
Remove | Remove an item from the collection. |