OrderedCollectionBase<T>.Item - Propriété
Obtient un élément par sa position dans la collection. Position de la valeur zéro.
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As T
Get
'Utilisation
Dim instance As OrderedCollectionBase
Dim index As Integer
Dim value As T
value = instance(index)
public T this[
int index
] { get; }
Paramètres
- index
Type : System.Int32
Valeur de propriété
Type : T
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Levée lors de l'index n'est pas un index valide dans la collection. |
Voir aussi
Référence
OrderedCollectionBase<T> classe