This documentation is for the old version. Go to the latest Graphics Mill docs

XmpLocalizedTextItemNode Members

The XmpLocalizedTextItemNode type exposes the following members.

Constructors

Name Description
Public method XmpLocalizedTextItemNode

Creates and initializes a new XmpLocalizedTextItemNode instance.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method CopyTo

Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index.

Public method Dispose

Releases all resources used by this LockableObject.

(Inherited from LockableObject.)
Public method Equals

Compares this XmpNode with the specified object.

(Inherited from XmpNode.)
Public method GetEnumerator

Returns an enumerator for the palette entries allowing it to be used in foreach blocks.

Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString

Returns a string representation of this XmpLocalizedTextItemNode instance.

(Overrides Object.ToString().)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

Properties

Name Description
Public property Count

Gets the number of elements contained in the collection.

(Overrides XmpNode.Count.)
Public property IsDisposed (Inherited from LockableObject.)
Public property IsSynchronized

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

(Overrides XmpNode.IsSynchronized.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Name

Gets a qualified XMP node name.

(Inherited from XmpNode.)
Public property Namespace

Returns a namespaces to which this item belongs.

(Overrides XmpNode.Namespace.)
Public property NodeType

Gets an XMP type of the node.

(Inherited from XmpNode.)
Public property SyncRoot

Gets an object for synchronized access.

(Overrides XmpNode.SyncRoot.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)
Public property Value

Gets a value stored in this item.

See Also

Reference