OrderedCollectionBase<T>.IndexOf - Méthode
Détermine la position de l'élément dans la collection.
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function IndexOf ( _
item As T _
) As Integer
'Utilisation
Dim instance As OrderedCollectionBase
Dim item As T
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
T item
)
Paramètres
- item
Type : T
Valeur renvoyée
Type : System.Int32
Voir aussi
Référence
OrderedCollectionBase<T> classe