Version

OutlookBarGroupCollection Class Members

The following tables list the members exposed by OutlookBarGroupCollection.

Public Constructors
 NameDescription
Public ConstructorOutlookBarGroupCollection ConstructorInitialize a new OutlookBarGroupCollection  
Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<OutlookBarGroup>)
Public PropertyIsUpdating (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Public PropertyItemReturns the OutlookBarGroup with the specified key.  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<OutlookBarGroup>)
Protected PropertyNotifyItemsChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<OutlookBarGroup>)
Public MethodAddRange (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Public MethodBeginUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Public MethodBinarySearchOverloaded.  (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<OutlookBarGroup>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<OutlookBarGroup>)
Public MethodContainsKeyDetermines whether OutlookBarGroupCollection contains an OutlookBarGroup with the specified key  
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<OutlookBarGroup>)
Public MethodEndUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<OutlookBarGroup>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<OutlookBarGroup>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<OutlookBarGroup>)
Public MethodInsertRangeOverridden. Inserts the elements of a collection into the collection at the specified index.  
Public MethodMove (Inherited from System.Collections.ObjectModel.ObservableCollection<OutlookBarGroup>)
Public MethodReInitialize (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<OutlookBarGroup>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<OutlookBarGroup>)
Public MethodRemoveRangeOverridden. Removes a contiguous block of items from the collection.  
Protected Methods
 NameDescription
Protected MethodBlockReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<OutlookBarGroup>)
Protected MethodCheckReentrancy (Inherited from System.Collections.ObjectModel.ObservableCollection<OutlookBarGroup>)
Protected MethodClearItems (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Protected MethodInsertItemOverridden. Inserts a new OutlookBarGroup at the specified index in the collection.  
Protected MethodMoveItemOverridden. Moves an item from one index in the collection to a new location.  
Protected MethodOnBeginUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Protected MethodOnCollectionChangedOverridden. Raises the CollectionChanged event  
Protected MethodOnEndUpdate (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Protected MethodOnItemAdding (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Protected MethodOnItemPropertyChangedOverridden. Raises the ItemPropertyChanged event  
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Protected MethodOnItemRemoving (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
Protected MethodRemoveItemOverridden. Removes an OutlookBarGroup at the specified index.  
Protected MethodSetItemOverridden. Replaces an item at the specified index in the collection  
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from System.Collections.ObjectModel.ObservableCollection<OutlookBarGroup>)
Public EventItemPropertyChanged (Inherited from Infragistics.Collections.ObservableCollectionExtended<OutlookBarGroup>)
See Also