The XmpDictionaryNode type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an element with the provided key and value to the XmpDictionaryNode object. |
|
AddNode |
Adds an XmpNode to the XmpDictionaryNode object. |
|
Clear |
Removes all elements from the XmpDictionaryNode object. |
|
Contains |
Determines whether the XmpDictionaryNode object contains an element with the specified key. |
|
CopyTo |
Copies the elements of the XmpDictionaryNode to an Array, starting at a particular Array index. (Overrides XmpNode.CopyTo(Array, Int32).) |
|
Equals |
Tests whether the specified object is a XmpNode instance and is equivalent to this XmpNode. (Inherited from XmpNode.) |
|
Finalize | (Inherited from Object.) | |
FindKeysByNamespace |
Returns an array of tags belonging to the specified namespace in the current dictionary. |
|
GetDictionaryEnumerator |
Returns an IDictionaryEnumerator object for the XmpDictionaryNode object. |
|
GetEnumerator |
Returns an enumerator that iterates through a dictionary. (Overrides XmpNode.GetEnumerator().) |
|
GetHashCode |
Returns a hash code for this XmpNode. (Inherited from XmpNode.) |
|
GetNodeEnumerator |
Returns an enumerator that iterates through a dictionary. |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the element with the specified key from the XmpDictionaryNode object. |
|
SetItemNoCycle |
Sets a node item. |
|
SetNode |
Sets a new node to this dictionary. |
|
ToString | (Inherited from Object.) |