Version

ExplorerBarItemBaseCollection Class Members

The following tables list the members exposed by ExplorerBarItemBaseCollection.

Protected Fields
 NameDescription
Protected Field_listThe _list  
Protected Field_ownerThe _owner  
Public Properties
 NameDescription
Public PropertyCountGet the number of items in the collection  
Public PropertyIsEmptyReturns true if the collection is empty.  
Public PropertyIsReadOnlyGet whether the collection is ReadOnly  
Public PropertyIsSynchronizedReturns whether the collection is synchornized  
Public PropertyItem  
Public PropertyOwnerReturns the owner item that contains the collection.  
Public PropertySyncRootGet the synchronization object if the collection is synchronized.  
Public Methods
 NameDescription
Public MethodAddAdd a new item to the collection.  
Public MethodClearClear the collection items.  
Public MethodContainsCheck whether the collection contains concrete ExplorerBarItemBase object  
Public MethodCopyToOverloaded. Copy the contents of the collection to an array of ExplorerBarItemBase objects.  
Public MethodFromValueOverloaded. Traverses the collection of items and their children and returns the item that matches the specified value.  
Public MethodGetEnumeratorReturn an enumerator  
Public MethodRemoveRemove an item from the collection.  
See Also