The IAttributeMap type exposes the following members.

Methods

  NameDescription
ByKey
Gets the collection of IAttributeValue instances in this map that have the specified key.
ContainsKey
Returns a value indicating if an IAttributeMap with the specified key is contained in this map.
GetEnumeratorOverloaded.
GroupByKeys
Enumerates through the distinct keys contained in this map, and the collection of values that share each key.
JoinValues
Returns a string consisting of the Value of each of the attribute values in the map for the specified key, separated by the specified delimiter.

Properties

  NameDescription
Count
Gets the number of IAttributeValue instances in this map.
Item
Gets the IAttributeValue instance with the specified key. If there are more than one instance for the key the first (i.e. the instance that was added to this map first) is returned. Returns null if there is no such instance.
KeyCount
Gets the number of distinct keys in this map.

See Also