SearchServiceApplicationProxy.GetDisplayGroupListInfo - Méthode
Récupère une liste d'informations sur les groupes d'affichage Search à partir de l'ensemble de l'appartenance de groupe d'affichage Search étendue associé avec le groupe d'affichage spécifié Search é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 SearchServiceApplicationProxy
Dim displayGroupId As Integer
Dim returnValue As List(Of Integer)
returnValue = instance.GetDisplayGroupListInfo(displayGroupId)
public List<int> GetDisplayGroupListInfo(
int displayGroupId
)
Paramètres
displayGroupId
Type : System.Int32L'ID de l'objet ScopeDisplayGroup à partir de laquelle les ID de groupe de l'affichage sont récupérées.
Valeur renvoyée
Type : System.Collections.Generic.List<Int32>
Une liste d'identificateurs d'objets de DisplayGroupInfo .
Implémentations
ISearchSiteAdministrationServiceApplication.GetDisplayGroupListInfo(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 displayGroupId ne doit pas être null .
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms