Initializing help system before first use

XPRMAnnotations Properties

The XPRMAnnotations type exposes the following members.

Properties
  Name Description
Public property Count
The number of items in the list.
Public property IsFixedSize
True if the list is of fixed size (ie items cannot be added by the user). XPRMAnnotations objects are always of fixed size.
Public property IsReadOnly
True if the list is read-only (ie items cannot be added or removed by the user). XPRMAnnotations objects are always read-only.
Public property IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread-safe).
Public property ItemInt32
Indexer allowing you to access items in the annotations by their 0-based index.
Public property ItemString
Indexer allowing you to access items in the annotations by name. When multiple annotations with the same name exist, this returns the first one found. When no annotation with this name, returns null.
Public property SyncRoot
An object that can be used to synchronize access to the ICollection.
Top
See Also