QueryRuleGroupCollection.IndexOf - Méthode
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 ( _
queryRuleGroup As QueryRuleGroup _
) As Integer
'Utilisation
Dim instance As QueryRuleGroupCollection
Dim queryRuleGroup As QueryRuleGroup
Dim returnValue As Integer
returnValue = instance.IndexOf(queryRuleGroup)
public int IndexOf(
QueryRuleGroup queryRuleGroup
)
Paramètres
- queryRuleGroup
Type : Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroup
Valeur renvoyée
Type : System.Int32
Voir aussi
Référence
QueryRuleGroupCollection classe