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

XmpLocalizedTextNode.Item Property

Gets/sets the element with the specified key.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Overrides NotOverridable Property Item ( _
	key As Object _
) As Object
C#
public override sealed Object Item[
	Object key
] { get; set; }

Parameters

key

Type: System.Object

Key of the element to get or set.

Property Value

Element with the specified key.

See Also

Reference