Version

FilterItemCollection Class Members

The following tables list the members exposed by FilterItemCollection.

Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the System.Collections.ICollection.  
Public PropertyIsFixedSizeGets a value indicating whether the System.Collections.IList has a fixed size.  
Public PropertyIsReadOnlyGets a value indicating whether the System.Collections.IList is read-only.  
Public PropertyIsSynchronizedGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
Public PropertyItemGets or sets the element at the specified index.  
Public PropertySyncRootGets an object that can be used to synchronize access to the System.Collections.ICollection.  
Public Methods
 NameDescription
Public MethodAddAdds an item to the System.Collections.IList.  
Public MethodAddSilentlyAdds the specified item to the list without raising collection changed events.  
Public MethodClearRemoves all items from the System.Collections.IList.  
Public MethodContainsDetermines whether the System.Collections.IList contains a specific value.  
Public MethodCopyToCopies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodGetEnumeratorReturns an enumerator that iterates through a collection.  
Public MethodIndexOfDetermines the index of a specific item in the System.Collections.IList.  
Public MethodInsertInserts an item to the System.Collections.IList at the specified index.  
Public MethodRaiseCollectionChangedRaises the CollectionChanged event.  
Public MethodRemoveRemoves the first occurrence of a specific object from the System.Collections.IList.  
Public MethodRemoveAtRemoves the System.Collections.IList item at the specified index.  
Protected Methods
 NameDescription
Protected MethodOnCollectionChangedRaises the CollectionChanged event with the provided arguments.  
Protected MethodOnPropertyChangedOccurs when a property changes.  
Public Events
 NameDescription
Public EventCollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed.  
Public EventPropertyChangedOccurs when a property value changes.  
See Also