The IAttributeMap type exposes the following members.

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