Visual Basic (Declaration) | |
---|---|
ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As IListContent |
C# | |
---|---|
IListContent this[ System.int index ]; {get;} |
Parameters
- index
- The zero-based index of the IListContentCollection object to find in the collection.