ManagedPropertyCollection.GetEnumerator 方法 (Microsoft.Office.Server.Search.Administration)
Returns an enumerator that iterates through the managed properties in the collection.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Function GetEnumerator As IEnumerator
用法
Dim instance As ManagedPropertyCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator
public IEnumerator GetEnumerator ()
返回值
An IEnumerator object that can be used to iterate through the collection.
另请参阅
参考
ManagedPropertyCollection 类
ManagedPropertyCollection 成员
Microsoft.Office.Server.Search.Administration 命名空间