The XmpArrayNode type exposes the following members.
Name | Description | |
---|---|---|
XmpArrayNode | Overloaded. Creates and initializes a new XmpArrayNode instance. |
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Add |
Adds an item to the array. |
|
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 an element is in the array. |
|
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 |
Compares this XmpNode with the specified object. (Inherited from XmpNode.) |
|
GetEnumerator |
Returns an enumerator for the palette entries allowing it to be used in foreach blocks. |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf |
Searches for the specified object and returns the index of the first occurrence within the current one-dimensional instance. |
|
Insert |
Inserts an item to the array at the specified position. |
|
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the first occurrence of a specific object from the array. |
|
RemoveAt |
Removes the item at the specified index. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the collection. (Overrides XmpNode.Count.) |
|
IsDisposed | (Inherited from LockableObject.) | |
IsFixedSize |
Gets a value indicating whether the array has a fixed size. |
|
IsReadOnly |
Gets a value indicating whether the array is read-only. |
|
IsSynchronized |
Gets a value indicating whether access to the array is synchronized (thread-safe). (Overrides XmpNode.IsSynchronized.) |
|
Item |
Gets/sets the element at the specified index. |
|
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
Name |
Gets a qualified XMP node name. (Inherited from XmpNode.) |
|
Namespace |
Gets a namespace to which the node belongs. (Inherited from XmpNode.) |
|
NodeType |
Gets an XMP type of the node. (Inherited from XmpNode.) |
|
SyncRoot |
Gets an object for synchronized access. (Overrides XmpNode.SyncRoot.) |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |