ResultItemTypeManager.GetResultItemTypes - Méthode
Récupère une collection de ResultItemTypes
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 ( _
owner As SearchObjectOwner, _
includeHigherLevel As Boolean _
) As ICollection(Of ResultItemType)
'Utilisation
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
)
Paramètres
- includeHigherLevel
Type : System.Boolean
Valeur renvoyée
Type : System.Collections.Generic.ICollection<ResultItemType>
Voir aussi
Référence
ResultItemTypeManager - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms