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

XmpDictionaryNode Members

The XmpDictionaryNode type exposes the following members.

Constructors

Name Description
Public method XmpDictionaryNode

Creates and initializes a new XmpDictionaryNode 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

Adds one item with the specified key.

Public method AddNode

Adds a node to the dictionary.

Public method Clear

Sets all elements in the dictionary to zero, to false, or to a null reference (Nothing in Visual Basic), depending on the element type.

Public method Contains

Determines whether a node is in the dictionary.

Public method CopyTo

Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index.

Public method Dispose

Releases all resources used by this LockableObject.

(Inherited from LockableObject.)
Public method Equals

Compares this XmpNode with the specified object.

(Inherited from XmpNode.)
Public method FindKeysByNamespace

Finds tags belonging to the provided namespace in the current dictionary.

Public method GetEnumerator Overloaded.
Public method GetHashCode (Inherited from Object.)
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 first occurrence of a specific node from the dictionary.

Public method SetNode

Sets a new value for the specified key.

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 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