The AdobeResourceDictionary type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Add | Overloaded. Adds some data to the dictionary. |
|
Clear |
Remove all items from the dictionary. (Inherited from MetadataDictionary.) |
|
Clone |
Returns a full copy of this AdobeResourceDictionary class instance. |
|
Contains |
Checks whether the dictionary contains an element with the specified key. (Inherited from MetadataDictionary.) |
|
CopyTo |
Copies the elements of the dictionary into the specified array beginning from specified index. (Inherited from MetadataDictionary.) |
|
Dispose |
Releases all resources used by this LockableObject. (Inherited from LockableObject.) |
|
Equals | (Inherited from Object.) | |
GetEnumerator | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetItemArray |
Gets all items with the specified key. (Inherited from MetadataDictionary.) |
|
GetItemString |
Gets a string representation of the item with the specified key. (Inherited from MetadataDictionary.) |
|
GetKeyDescription |
Returns textual description for the specified key. (Inherited from MetadataDictionary.) |
|
GetType | (Inherited from Object.) | |
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the item with specified key. (Inherited from MetadataDictionary.) |
|
SetItemArray |
Sets multiple items at specified key. (Inherited from MetadataDictionary.) |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |