UserSegmentTermCollection.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 Guid _
) As Integer
'Utilisation
Dim instance As UserSegmentTermCollection
Dim item As Guid
Dim returnValue As Integer
returnValue = instance.IndexOf(item)
public int IndexOf(
Guid item
)
Paramètres
- item
Type : System.Guid
Valeur renvoyée
Type : System.Int32
Voir aussi
Référence
UserSegmentTermCollection classe