[This is preliminary documentation and is subject to change.]
The IMetadata type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ContainsKey | Gets value indicating wheather metadata value with given key is present in current instance | |
| GetContainedKeys | Gets keys of all the metadata present in curent instance | |
| GetDescription | Gets localized description for given key (or name) | |
| GetHumanName | Gets localized human-readable name for given key (or name) | |
| GetKeyOfName | Gets key for predefined name | |
| GetNameOfKey | Gets name for key | |
| GetPredefinedKeys | Gets all keys predefined for curent metadata format | |
| GetPredefinedNames | Gets all predefined names for metadata keys | |
| GetStringValue | Gets metadata value with given key as string |
Properties
| Name | Description | |
|---|---|---|
| Name | Gets name of metadata format represented by implementation | |
| Value | Gets medata value with given key |