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

XmpDictionaryNode Properties

The XmpDictionaryNode type exposes the following members.

Properties

Name Description
Public property Count

Gets the number of nodes contained in the dictionary.

(Overrides XmpNode.Count.)
Public property IsDisposed (Inherited from LockableObject.)
Public property IsFixedSize

Indicates whether the dictionary has a fixed size.

Public property IsReadOnly

Indicates whether the dictionary is a read-only.

Public property IsSynchronized

Indicates whether the dictionary is synchronized.

(Overrides XmpNode.IsSynchronized.)
Public property Item

Gets/sets a value for the specified key.

Public property Keys

Returns a collection of keys stored in this dictionary.

Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Name

Gets a qualified XMP node name.

(Inherited from XmpNode.)
Public property Namespace

Gets a namespace to which the node belongs.

(Inherited from XmpNode.)
Public property Namespaces

Returns a collection of namespaces stored in this dictionary.

Public property NodeType

Gets an XMP type of the node.

(Inherited from XmpNode.)
Public property SyncRoot

Gets an object for synchronized access.

(Overrides XmpNode.SyncRoot.)
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 stored in this dictionary.

See Also

Reference