This documentation is for the old version. Go to the latest Graphics Mill docs

AdobeResourceDictionary Members

The AdobeResourceDictionary type exposes the following members.

Constructors

Name Description
Public method AdobeResourceDictionary Overloaded.

Creates and initializes new AdobeResourceDictionary class instance.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method Add Overloaded.

Adds some data to the dictionary.

Public method Clear

Remove all items from the dictionary.

(Inherited from MetadataDictionary.)
Public method Clone

Returns a full copy of this AdobeResourceDictionary class instance.

Public method Contains

Checks whether the dictionary contains an element with the specified key.

(Inherited from MetadataDictionary.)
Public method CopyTo

Copies the elements of the dictionary into the specified array beginning from specified index.

(Inherited from MetadataDictionary.)
Public method Dispose

Releases all resources used by this LockableObject.

(Inherited from LockableObject.)
Public method Equals (Inherited from Object.)
Public method GetEnumerator Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method GetItemArray

Gets all items with the specified key.

(Inherited from MetadataDictionary.)
Public method GetItemString

Gets a string representation of the item with the specified key.

(Inherited from MetadataDictionary.)
Public method GetKeyDescription

Returns textual description for the specified key.

(Inherited from MetadataDictionary.)
Public method GetType (Inherited from Object.)
Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove

Removes the item with specified key.

(Inherited from MetadataDictionary.)
Public method SetItemArray

Sets multiple items at specified key.

(Inherited from MetadataDictionary.)
Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

Properties

Name Description
Public property Count

Gets number of items in the dictionary.

(Inherited from MetadataDictionary.)
Public property IsDisposed (Inherited from LockableObject.)
Public property IsFixedSize

Indicates whether the dictionary has a fixed size.

(Inherited from MetadataDictionary.)
Public property IsReadOnly

Indicates whether the dictionary is a read-only.

(Inherited from MetadataDictionary.)
Public property IsSynchronized

Indicates whether the dictionary is synchronized.

(Inherited from MetadataDictionary.)
Public property Item

Gets/sets item with the specified key.

(Inherited from MetadataDictionary.)
Public property Keys

Returns a collection of keys stored in this dictionary.

(Inherited from MetadataDictionary.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property SyncRoot

Gets an object for synchronized access.

(Inherited from MetadataDictionary.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)
Public property Values

Returns a collection of values (without keys) stored in this dictionary.

(Inherited from MetadataDictionary.)

See Also

Reference