Item Method (TagExtendedPropertyGroup)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets the TagExtendedProperty object at the specified index.
'Declaration
Public Function Item( _
ByVal index As UInteger _
) As TagExtendedProperty
'Usage
Dim instance As TagExtendedPropertyGroup
Dim index As UInteger
Dim value As TagExtendedProperty
value = instance.Item(index)
public TagExtendedProperty this[
uint index
];
public:
TagExtendedProperty^ Item(
uint index
)
Parameters
- index
- The zero-based index of the TagExtendedProperty object to get.
Return Value
The TagExtendedProperty object at the specified index or null if the index is invalid.