SearchServiceApplication.GetContainingDisplayGroups - Méthode
Récupère une liste d'objets deScopeDisplayGroupSearchqui 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 SearchServiceApplication
Dim scopeId As Integer
Dim returnValue As List(Of Integer)
returnValue = instance.GetContainingDisplayGroups(scopeId)
public List<int> GetContainingDisplayGroups(
int scopeId
)
Paramètres
scopeId
Type : System.Int32ID de l' SearchScopeDisplayGroup.
Valeur renvoyée
Type : System.Collections.Generic.List<Int32>
Une liste d'ID de l' SearchcontenantScopeDisplayGroup.
Implémentations
ISearchSiteAdministrationServiceApplication.GetContainingDisplayGroups(Int32)
Remarques
La valeur du paramètre scopeId ne doit pas être null .
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms