ImageGear21.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPArray<T> Class : Item Property |
'Usage Dim instance As ImGearXMPArray(Of T) Dim index As Integer Dim value As T instance.Item(index) = value value = instance.Item(index)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is less than 0. -or- index is greater than Count. |