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 Properties

  Name Description
AllowEdit  Gets a value indicating whether it is possible to update PIM items in the collection.(inherited from PimItemCollection)
AllowNew  Gets a value indicating whether it is possible to use AddNew to add PIM items to the collection.(inherited from PimItemCollection)
AllowRemove  Gets a value indicating whether it is possible to use either Remove or RemoveAt to remove PIM items from the collection.(inherited from PimItemCollection)
Count  Gets the number of PIM Items in the collection.(inherited from PimItemCollection)
IsFixedSize  Gets a value indicating whether the collection has a fixed size.(inherited from PimItemCollection)
IsReadOnly  Gets a value indicating whether the collection is read-only.(inherited from PimItemCollection)
IsSorted  Gets a value indicating whether the items in the collection are sorted.(inherited from PimItemCollection)
IsSynchronized  Gets a value indicating whether access to the ICollection is thread-safe.(inherited from PimItemCollection)
Item Gets the Task from the Task collection, with the specified index.
SortDirection  Gets the direction of the sort.(inherited from PimItemCollection)
SortProperty  Gets the sorting property descriptor.(inherited from PimItemCollection)
SupportsChangeNotification  Gets a value indicating whether a ListChanged event is raised when either the list changes, or a PIM item in the list changes.(inherited from PimItemCollection)
SupportsSearching  Gets a value indicating whether the collection supports searching using the Find method.(inherited from PimItemCollection)
SupportsSorting  Gets a value indicating whether the collection supports sorting (that is, whether it is possible to use the Sort and ApplySort methods).(inherited from PimItemCollection)
SyncRoot  Gets an object that can be used to synchronize access to the ICollection.(inherited from PimItemCollection)

Explicit Interface Implementations

  Name Description
System.Collections.ICollection.Count  Gets the number of PIM Items in the collection.(inherited from PimItemCollection)
System.Collections.IList.Item  (inherited from PimItemCollection)

See Also