QueryRuleGroupCollection.IndexOf method
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function IndexOf ( _
queryRuleGroup As QueryRuleGroup _
) As Integer
'Uso
Dim instance As QueryRuleGroupCollection
Dim queryRuleGroup As QueryRuleGroup
Dim returnValue As Integer
returnValue = instance.IndexOf(queryRuleGroup)
public int IndexOf(
QueryRuleGroup queryRuleGroup
)
Parâmetros
- queryRuleGroup
Type: Microsoft.Office.Server.Search.Query.Rules.QueryRuleGroup
Valor retornado
Type: System.Int32
Ver também
Referência
QueryRuleGroupCollection class