Compartilhar via


SearchServiceApplicationProxy.PickContextValuesForQuery method

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

Syntax

'Declaração
Public Function PickContextValuesForQuery ( _
    searchObjectOwner As SearchObjectOwner, _
    UserQuery As String _
) As List(Of TuningQueryContext)
'Uso
Dim instance As SearchServiceApplicationProxy
Dim searchObjectOwner As SearchObjectOwner
Dim UserQuery As String
Dim returnValue As List(Of TuningQueryContext)

returnValue = instance.PickContextValuesForQuery(searchObjectOwner, _
    UserQuery)
public List<TuningQueryContext> PickContextValuesForQuery(
    SearchObjectOwner searchObjectOwner,
    string UserQuery
)

Parâmetros

Valor retornado

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

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace