AlertCollection.IEnumerable.GetEnumerator 方法

返回循环访问警报集合的枚举数。

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
用法
Dim instance As AlertCollection
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()

返回值

类型:System.Collections.IEnumerator
返回一个可用于循环访问集合中的IEnumerator

实现

IEnumerable.GetEnumerator()

另请参阅

引用

AlertCollection 类

AlertCollection 成员

Microsoft.Office.Server.Search.Query 命名空间