Partager via


SearchServiceApplication.GetDisplayGroupListInfo - Méthode

Récupère une liste d'affichage de qu'ensemble de l'appartenance de groupe associé à la spécifié ScopeDisplayGroupaffichent les ID de groupe à partir de l'étendue.

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

Syntaxe

'Déclaration
Public Function GetDisplayGroupListInfo ( _
    displayGroupId As Integer _
) As List(Of Integer)
'Utilisation
Dim instance As SearchServiceApplication
Dim displayGroupId As Integer
Dim returnValue As List(Of Integer)

returnValue = instance.GetDisplayGroupListInfo(displayGroupId)
public List<int> GetDisplayGroupListInfo(
    int displayGroupId
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.List<Int32>
Liste des ID d'étendue.

Implémentations

ISearchSiteAdministrationServiceApplication.GetDisplayGroupListInfo(Int32)

Remarques

La valeur du paramètre displayGroupId ne doit pas être null .

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

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