Compartilhar via


SearchServiceApplicationProxy.GetQuerySuggestionCandidates method

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function GetQuerySuggestionCandidates ( _
    owner As SearchObjectOwner, _
    sourceId As Guid _
) As List(Of String)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim sourceId As Guid
Dim returnValue As List(Of String)

returnValue = instance.GetQuerySuggestionCandidates(owner, _
    sourceId)
public List<string> GetQuerySuggestionCandidates(
    SearchObjectOwner owner,
    Guid sourceId
)

Parâmetros

Valor retornado

Type: System.Collections.Generic.List<String>

Implements

ISearchSiteAdministrationServiceApplication.GetQuerySuggestionCandidates(SearchObjectOwner, Guid)

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace