Compartilhar via


ResultItemTypeManager.GetResultItemTypes method

Recupera uma coleção de ResultItemTypes

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

Syntax

'Declaração
Public Function GetResultItemTypes ( _
    owner As SearchObjectOwner, _
    includeHigherLevel As Boolean _
) As ICollection(Of ResultItemType)
'Uso
Dim instance As ResultItemTypeManager
Dim owner As SearchObjectOwner
Dim includeHigherLevel As Boolean
Dim returnValue As ICollection(Of ResultItemType)

returnValue = instance.GetResultItemTypes(owner, _
    includeHigherLevel)
public ICollection<ResultItemType> GetResultItemTypes(
    SearchObjectOwner owner,
    bool includeHigherLevel
)

Parâmetros

Valor retornado

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

Ver também

Referência

ResultItemTypeManager class

ResultItemTypeManager members

Microsoft.Office.Server.Search.Administration namespace