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
)

参数

返回值

类型:System.Collections.Generic.ICollection<ResultItemType>

另请参阅

引用

ResultItemTypeManager 类

ResultItemTypeManager 成员

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