Partager via


ResultItemTypeManager.GetResultItemTypeByID - Méthode

Récupère un ResultItemType spécifique à partir du Service de recherche

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

Syntaxe

'Déclaration
Public Function GetResultItemTypeByID ( _
    id As Integer, _
    owner As SearchObjectOwner _
) As ResultItemType
'Utilisation
Dim instance As ResultItemTypeManager
Dim id As Integer
Dim owner As SearchObjectOwner
Dim returnValue As ResultItemType

returnValue = instance.GetResultItemTypeByID(id, _
    owner)
public ResultItemType GetResultItemTypeByID(
    int id,
    SearchObjectOwner owner
)

Paramètres

  • id
    Type : System.Int32

    L'id de le ResultItemType à récupérer

Valeur renvoyée

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

Voir aussi

Référence

ResultItemTypeManager classe

ResultItemTypeManager - Membres

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