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