The XmpValueNode 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 |
Adds one item with the specified key. (Inherited from XmpDictionaryNode.) |
|
AddNode |
Adds a node to the dictionary. (Inherited from XmpDictionaryNode.) |
|
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. (Inherited from XmpDictionaryNode.) |
|
Contains |
Determines whether a node is in the dictionary. (Inherited from XmpDictionaryNode.) |
|
CopyTo |
Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index. (Inherited from XmpDictionaryNode.) |
|
Dispose |
Releases all resources used by this LockableObject. (Inherited from LockableObject.) |
|
Equals |
Compares this XmpNode with the specified object. (Inherited from XmpNode.) |
|
FindKeysByNamespace |
Finds tags belonging to the provided namespace in the current dictionary. (Inherited from XmpDictionaryNode.) |
|
GetEnumerator | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the first occurrence of a specific node from the dictionary. (Inherited from XmpDictionaryNode.) |
|
SetNode |
Sets a new value for the specified key. (Inherited from XmpDictionaryNode.) |
|
ToString |
Returns a string representation of this XmpValueNode instance. (Overrides Object.ToString().) |
|
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |