The PropertyMap type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements actually contained in the PropertyMap.
| |
| EntrySet |
Gets the set of all properties in this PropertyMap.
| |
| IsFixedSize |
Gets a value indicating whether the
PropertyMap has a fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the
PropertyMap is read-only.
| |
| IsSynchronized |
Gets a value indicating whether access to the PropertyMap
is synchronized (thread-safe).
| |
| Item |
Gets an element with the specified key. The set operation is not supported.
| |
| Keys |
Gets an ICollection containing the
keys of this PropertyMap.
| |
| SyncRoot |
This operation is not supported.
| |
| Values |
Gets an ICollection containing the
values of this PropertyMap.
|