Compartir a través de


(Page, String, String, Boolean, String) del método QueryInfo.GetQueryLoggingScript

Builds and returns the query logging JavaScript for the query Web Part.

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

Sintaxis

'Declaración
Public Function GetQueryLoggingScript ( _
    page As Page, _
    startAt As String, _
    id As String, _
    isWireSRBLinksSuppressed As Boolean, _
    regExpValue As String _
) As String
'Uso
Dim instance As QueryInfo
Dim page As Page
Dim startAt As String
Dim id As String
Dim isWireSRBLinksSuppressed As Boolean
Dim regExpValue As String
Dim returnValue As String

returnValue = instance.GetQueryLoggingScript(page, _
    startAt, id, isWireSRBLinksSuppressed, _
    regExpValue)
public string GetQueryLoggingScript(
    Page page,
    string startAt,
    string id,
    bool isWireSRBLinksSuppressed,
    string regExpValue
)

Parámetros

  • startAt
    Tipo: System.String

    The start result of the Buscar results.

  • isWireSRBLinksSuppressed
    Tipo: System.Boolean

    true to suppress JavaScript calls to wire the Buscar results base links if the results are delayed on asynchronous Web Parts; otherwise, false.

  • regExpValue
    Tipo: System.String

    The validating regular expression for the query Web Part.

Valor devuelto

Tipo: System.String
The query logging ECMAScript (JavaScript, JScript).

Comentarios

This method builds the JavaScript that is registered on the page for the query Web Part.

Vea también

Referencia

clase QueryInfo

Miembros QueryInfo

Sobrecarga GetQueryLoggingScript

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