ResultItemTypeManager.GetResultItemTypes 方法
检索 ResultItemTypes 的集合
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetResultItemTypes ( _
owner As SearchObjectOwner, _
includeHigherLevel As Boolean _
) As ICollection(Of ResultItemType)
用法
Dim instance As ResultItemTypeManager
Dim owner As SearchObjectOwner
Dim includeHigherLevel As Boolean
Dim returnValue As ICollection(Of ResultItemType)
returnValue = instance.GetResultItemTypes(owner, _
includeHigherLevel)
public ICollection<ResultItemType> GetResultItemTypes(
SearchObjectOwner owner,
bool includeHigherLevel
)
参数
- includeHigherLevel
类型:System.Boolean
返回值
类型:System.Collections.Generic.ICollection<ResultItemType>