Partager via


SearchServiceApplication.AddDisplayGroup - Méthode

Ajoute un groupe d'affichage de recherche étendue pour un consommateur d'étendues de recherche. S’applique à : Microsoft SharePoint Server 2010 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 AddDisplayGroup ( _
    displayGroupInfo As DisplayGroupInfo, _
    <OutAttribute> ByRef statusCode As Integer _
) As Integer
'Utilisation
Dim instance As SearchServiceApplication
Dim displayGroupInfo As DisplayGroupInfo
Dim statusCode As Integer
Dim returnValue As Integer

returnValue = instance.AddDisplayGroup(displayGroupInfo, _
    statusCode)
public int AddDisplayGroup(
    DisplayGroupInfo displayGroupInfo,
    out int statusCode
)

Paramètres

  • statusCode
    Type : System.Int32

    Informations sur le groupe d'affichage de recherche étendue.

Valeur renvoyée

Type : System.Int32
Le résultat de l'exécution.

Implémentations

ISearchSiteAdministrationServiceApplication.AddDisplayGroup(DisplayGroupInfo, Int32)

Remarques

Cette méthode renvoie l'ID de l'étendue de recherche affichent groupe si l'exécution a réussi ; dans le cas contraire, cette méthode renvoie -1.

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

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