The XmpData type exposes the following members.
Name | Description | |
---|---|---|
XmpData | Overloaded. Creates and initializes a new XmpData instance. |
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Add |
Adds a node to the top of the XMP tree. |
|
AddNode |
Adds a node to the XMP tree. |
|
Clear |
Sets all elements in the array to zero, to false, or to a null reference (Nothing in Visual Basic), depending on the element type. |
|
Contains |
Determines whether a node is in the tree. |
|
CopyTo |
Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index. |
|
Dispose |
Releases all resources used by this LockableObject. (Inherited from LockableObject.) |
|
Equals | (Inherited from Object.) | |
FindKeysByNamespace |
Finds tags which belong to the provided namespace on the top level of the current tree. |
|
GetEnumerator | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Load |
Creates an XMP tree based on the provided XML code. |
|
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the first occurrence of a specific node from the tree. |
|
Save |
Returns an XML code corresponding to the tree of XMP fields stored in this XmpData object. |
|
SetNode |
Sets a new value for the specified tag. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
Name | Description | |
---|---|---|
Count |
Gets the number of nodes contained in the tree. |
|
IsDisposed | (Inherited from LockableObject.) | |
IsFixedSize |
Indicates whether the tree has a fixed size. |
|
IsReadOnly |
Indicates whether the tree is a read-only. |
|
IsSynchronized |
Indicates whether the tree is synchronized. |
|
Item |
Gets/sets a value for the specified tag. |
|
Keys |
Returns a collection of tags stored in this tree. |
|
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
Namespaces |
Returns a collection of namespaces stored in this tree. |
|
SyncRoot |
Gets an object for synchronized access. |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |
|
Values |
Returns a collection of nodes stored in this tree. |