Class providing access to a collection of properties.

C# | Visual Basic | Visual C++ |
public class PropertyMap : IDictionary, ICollection, IEnumerable
Public Class PropertyMap _ Implements IDictionary, ICollection, IEnumerable
public ref class PropertyMap : IDictionary, ICollection, IEnumerable

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Add(Object, Object) |
This operation is not supported.
|
![]() | Clear()() |
This operation is not supported.
|
![]() | Contains(Object) |
Determines whether the PropertyMap contains
an element with the specified key.
|
![]() | CopyTo(Array, Int32) |
Copies the entire PropertyMap to a compatible one-dimensional
Array, starting at the specified index of the target array.
|
![]() | Count |
Gets the number of elements actually contained in the PropertyMap.
|
![]() | EntrySet |
Gets the set of all properties in this PropertyMap.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator()() |
Returns an IDictionaryEnumerator
for the PropertyMap.
|
![]() | GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValues(String) |
Gets the values associated with this key.
|
![]() | 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[([Object])] |
Gets an element with the specified key. The set operation is not supported.
|
![]() | Keys |
Gets an ICollection containing the
keys of this PropertyMap.
|
![]() | MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove(Object) |
This operation is not supported.
|
![]() | SyncRoot |
This operation is not supported.
|
![]() | ToString()() | (Inherited from Object.) |
![]() | Values |
Gets an ICollection containing the
values of this PropertyMap.
|

PropertyMap offers methods to provide multi map
behavior via GetValues(String) since a property
set can include many values with the same key.

Object | |
![]() | PropertyMap |