Category.GetAllCrawledProperties 方法

返回一个枚举数循环访问该类别的已爬网属性。

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

语法

声明
Public Function GetAllCrawledProperties As IEnumerable(Of CrawledProperty)
用法
Dim instance As Category
Dim returnValue As IEnumerable(Of CrawledProperty)

returnValue = instance.GetAllCrawledProperties()
public IEnumerable<CrawledProperty> GetAllCrawledProperties()

返回值

类型:System.Collections.Generic.IEnumerable<CrawledProperty>
IEnumerator对象,该对象可用于循环访问集合。

另请参阅

引用

Category 类

Category 成员

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