Compartilhar via


QueryRuleCollection.GetEnumerator method

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetEnumerator As IEnumerator(Of QueryRule)
'Uso
Dim instance As QueryRuleCollection
Dim returnValue As IEnumerator(Of QueryRule)

returnValue = instance.GetEnumerator()
public IEnumerator<QueryRule> GetEnumerator()

Valor retornado

Type: System.Collections.Generic.IEnumerator<QueryRule>

Ver também

Referência

QueryRuleCollection class

QueryRuleCollection members

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