Compartilhar via


QueryRuleCollection.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 ( _
    queryRule As QueryRule _
) As Integer
'Uso
Dim instance As QueryRuleCollection
Dim queryRule As QueryRule
Dim returnValue As Integer

returnValue = instance.IndexOf(queryRule)
public int IndexOf(
    QueryRule queryRule
)

Parâmetros

Valor retornado

Type: System.Int32

Ver também

Referência

QueryRuleCollection class

QueryRuleCollection members

Microsoft.Office.Server.Search.Query.Rules namespace