ISearchSiteAdministrationServiceApplication.GetContainingDisplayGroups-Methode
Ruft eine Liste der IDs von Suche Bereich anzeigen Gruppen im angegebenen Bereich.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetContainingDisplayGroups ( _
scopeId As Integer _
) As List(Of Integer)
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim scopeId As Integer
Dim returnValue As List(Of Integer)
returnValue = instance.GetContainingDisplayGroups(scopeId)
[OperationContractAttribute]
List<int> GetContainingDisplayGroups(
int scopeId
)
Parameter
scopeId
Typ: System.Int32Die ID für den Bereich Suche .
Rückgabewert
Typ: System.Collections.Generic.List<Int32>
Die Liste der IDs von ScopeDisplayGroup -Objekten.
Hinweise
Implementieren von Klassen sollten sicherstellen, dass der Wert des Parameters scopeId nicht Null sein muss.
Siehe auch
Referenz
ISearchSiteAdministrationServiceApplication Schnittstelle