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