SearchServiceApplication.GetResultItemTypes - Méthode

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
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)
'Utilisation
Dim instance As SearchServiceApplication
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
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.ICollection<ResultItemType>

Implémentations

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

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms