Freigeben über


ResultItemTypeManager.GetResultItemTypeByID-Methode

Ruft einen bestimmten ResultItemType aus der Search-Dienst

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

Syntax

'Declaration
Public Function GetResultItemTypeByID ( _
    id As Integer, _
    owner As SearchObjectOwner _
) As ResultItemType
'Usage
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
)

Parameter

  • id
    Typ: System.Int32

    Die Id des abzurufenden der ResultItemType

Rückgabewert

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

Siehe auch

Referenz

ResultItemTypeManager Klasse

ResultItemTypeManager-Member

Microsoft.Office.Server.Search.Administration-Namespace