ImageGear .NET - Updated October 26, 2017
Item Property (ImGearXMPArray<T>)




ImageGear23.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPArray<T> Class : Item Property
The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As T
 
'Usage
 
Dim instance As ImGearXMPArray(Of T)
Dim index As Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
The zero-based index of the element to get or set.

Property Value

The element at the specified index.
Exceptions
ExceptionDescription

index is less than 0.

-or-

index is greater than Count.

See Also

Reference

ImGearXMPArray<T> Class
ImGearXMPArray<T> Members