Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an integer indexer for this collection.
Namespace: Microsoft.SharePoint.Taxonomy.Generic
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As T
Get
'Usage
Dim instance As GenericCollection
Dim index As Integer
Dim value As T
value = instance(index)
public T this[
int index
] { get; }
Parameters
index
Type: System.Int32Index of item to return.
Property Value
Type: T
The index-th item from the Collection.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException |