Partager via


SearchServiceApplicationProxy.GetContainingDisplayGroups - Méthode

Récupère une liste de groupes d'affichage d'étendue Search qui contient l'étendue spécifiée Search .

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

Syntaxe

'Déclaration
Public Function GetContainingDisplayGroups ( _
    scopeId As Integer _
) As List(Of Integer)
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim scopeId As Integer
Dim returnValue As List(Of Integer)

returnValue = instance.GetContainingDisplayGroups(scopeId)
public List<int> GetContainingDisplayGroups(
    int scopeId
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.List<Int32>
Une liste d'ID des objetsScopeDisplayGroupSearch. 

Implémentations

ISearchSiteAdministrationServiceApplication.GetContainingDisplayGroups(Int32)

Exceptions

Exception Condition
Exception

Une erreur, par exemple un SearchServiceApplicationFault, s'est produite pendant l'exécution de l'application.

Remarques

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

Voir aussi

Référence

SearchServiceApplicationProxy classe

SearchServiceApplicationProxy - Membres

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