Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

Public Methods(see also Protected Methods)

  Name Description
Add Overloaded.  
AddIndex Adds the sorting property descriptor to the indexes used for a search.
AddNew Adds a new PIM item to the collection.
ApplySort Sorts the list based on a property descriptor and a sort direction.
Clear Deletes all PIM items from the collection.
Contains Overloaded.  
CopyTo Overloaded.  
Dispose Overloaded.  
Equals  Overloaded. (inherited from Object)
Find Finds the PIM item with the matching property description value.
GetEnumerator Gets an enumerator for iterating through the PIM item collection.
GetHashCode  (inherited from Object)
GetType  (inherited from Object)
IndexOf Overloaded.  
Insert Overloaded.  
ReferenceEquals  (inherited from Object)
Remove Overloaded.  
RemoveAt Removes the PIM item from the collection, at the specified index position.
RemoveIndex Removes the property descriptor from the search indexes.
RemoveSort Removes a sort applied with ApplySort.
Restrict Creates a new PIM item collection that contains only PIM items that match a set of filter criteria. This provides a filtered view of a collection of PIM items.
Sort Sorts the PIM items in a collection based on one of the PimItem properties. You can specify either an ascending or a descending sort order.
ToString  (inherited from Object)

Protected Methods

  Name Description
Dispose Overloaded.  
Finalize Overridden. The PimItemCollection class destructor.
Insert Overloaded.  
MemberwiseClone  (inherited from Object)

Explicit Interface Implementations

See Also