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  (inherited from PimItemCollection)
AddNew Creates a new Task item, and adds it to the Task collection.
ApplySort  (inherited from PimItemCollection)
Clear  Deletes all PIM items from the collection.(inherited from PimItemCollection)
Contains Overloaded.  
CopyTo Overloaded.  
Dispose  Overloaded. (inherited from PimItemCollection)
Equals  Overloaded. (inherited from Object)
Find  (inherited from PimItemCollection)
GetEnumerator Gets an enumerator for iterating through the Task collection.
GetHashCode  (inherited from Object)
GetType  (inherited from Object)
IndexOf  Overloaded. (inherited from PimItemCollection)
Insert  Overloaded. (inherited from PimItemCollection)
ReferenceEquals  (inherited from Object)
Remove Overloaded.  
RemoveAt  (inherited from PimItemCollection)
RemoveIndex  (inherited from PimItemCollection)
RemoveSort  Removes a sort applied with ApplySort.(inherited from PimItemCollection)
Restrict Creates a new TaskCollection object that contains only those Task items that match a set of filter criteria.
Sort  (inherited from PimItemCollection)
ToString  (inherited from Object)

Protected Methods

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

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerable.GetEnumerator  Gets an enumerator for iterating through the PIM item collection.(inherited from PimItemCollection)
System.ComponentModel.IBindingList.AddNew  Adds a new PIM item to the collection.(inherited from PimItemCollection)

See Also