'Declaration ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ISortField
'Usage Dim instance As ISortFields Dim index As Integer Dim value As ISortField value = instance.Item(index)
ISortField this[ int index ]; {get;}
Parameters
- index
- An integer value indicates the index of the ISortField object.