Item Method (TagLocalizedPropertyGroupList)
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public Function Item( _
ByVal index As UInteger _
) As TagLocalizedPropertyGroup
'Usage
Dim instance As TagLocalizedPropertyGroupList
Dim index As UInteger
Dim value As TagLocalizedPropertyGroup
value = instance.Item(index)
public TagLocalizedPropertyGroup this[
uint index
];
public:
TagLocalizedPropertyGroup^ Item(
uint index
)
Parameters
- index