XmpNode Members

The XmpNode type exposes the following members.

Methods

Name Description
Public method CopyTo

Copies the elements of this node to an Array, starting at a particular Array index.

Public method Equals

Tests whether the specified object is a XmpNode instance and is equivalent to this XmpNode.

(Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator

Returns an enumerator that iterates through this node.

Public method GetHashCode

Returns a hash code for this XmpNode.

(Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Count

Gets the number of elements contained in this node.

Public property IsSynchronized

Gets a value indicating whether access to the XmpNode is synchronized (thread safe).

Public property Name

Gets a qualified XMP node name.

Public property Namespace

Gets a namespace to which the node belongs.

Public property NodeType

Gets an XMP type of the node.

Public property SyncRoot

Gets an object that can be used to synchronize access to the XmpNode.

See Also

Reference