SearchServiceApplicationProxy.GetResultItemTypes 方法 (Nullable<Int32>, Nullable<Guid>, SearchObjectOwner, Boolean, Boolean)

仅供内部使用。

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

语法

声明
Public Function GetResultItemTypes ( _
    id As Nullable(Of Integer), _
    internalID As Nullable(Of Guid), _
    owner As SearchObjectOwner, _
    includeHigherLevel As Boolean, _
    wrapExceptionsForProxy As Boolean _
) As ICollection(Of ResultItemType)
用法
Dim instance As SearchServiceApplicationProxy
Dim id As Nullable(Of Integer)
Dim internalID As Nullable(Of Guid)
Dim owner As SearchObjectOwner
Dim includeHigherLevel As Boolean
Dim wrapExceptionsForProxy As Boolean
Dim returnValue As ICollection(Of ResultItemType)

returnValue = instance.GetResultItemTypes(id, _
    internalID, owner, includeHigherLevel, _
    wrapExceptionsForProxy)
public ICollection<ResultItemType> GetResultItemTypes(
    Nullable<int> id,
    Nullable<Guid> internalID,
    SearchObjectOwner owner,
    bool includeHigherLevel,
    bool wrapExceptionsForProxy
)

参数

返回值

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

实现

ISearchSiteAdministrationServiceApplication.GetResultItemTypes(Nullable<Int32>, Nullable<Guid>, SearchObjectOwner, Boolean, Boolean)

另请参阅

引用

SearchServiceApplicationProxy 类

SearchServiceApplicationProxy 成员

GetResultItemTypes 重载

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