Compartilhar via


SearchServiceApplicationProxy.AddResultItemType method (ResultItemType, Boolean)

Somente para uso interno.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function AddResultItemType ( _
    type As ResultItemType, _
    wrapExceptionsForProxy As Boolean _
) As ResultItemType
'Uso
Dim instance As SearchServiceApplicationProxy
Dim type As ResultItemType
Dim wrapExceptionsForProxy As Boolean
Dim returnValue As ResultItemType

returnValue = instance.AddResultItemType(type, _
    wrapExceptionsForProxy)
public ResultItemType AddResultItemType(
    ResultItemType type,
    bool wrapExceptionsForProxy
)

Parâmetros

Valor retornado

Type: Microsoft.Office.Server.Search.Administration.ResultItemType

Implements

ISearchSiteAdministrationServiceApplication.AddResultItemType(ResultItemType, Boolean)

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

AddResultItemType overload

Microsoft.Office.Server.Search.Administration namespace