命名空间: Microsoft.Office.Server.Search.Query.Rules
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetEnumerator As IEnumerator(Of QueryRule)
用法
Dim instance As QueryRuleCollection
Dim returnValue As IEnumerator(Of QueryRule)
returnValue = instance.GetEnumerator()
public IEnumerator<QueryRule> GetEnumerator()
返回值
类型:System.Collections.Generic.IEnumerator<QueryRule>