Compartir a través de


del método SearchServiceApplicationProxy.PickContextValuesForQuery

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Espacio de nombres Microsoft.Office.Server.Search.Administration