Compartilhar via


ILocationRuntime.EncodeForLocationQueryFormat method

Codifica uma cadeia de caracteres para uso na seqüência de consulta da URL local federado.

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

Syntax

'Declaração
Function EncodeForLocationQueryFormat ( _
    str As String _
) As String
'Uso
Dim instance As ILocationRuntime
Dim str As String
Dim returnValue As String

returnValue = instance.EncodeForLocationQueryFormat(str)
string EncodeForLocationQueryFormat(
    string str
)

Parâmetros

  • str
    Type: System.String

    A seqüência de caracteres para codificar.

Valor retornado

Type: System.String
A seqüência de caracteres codificada.

Ver também

Referência

ILocationRuntime interface

ILocationRuntime members

Microsoft.Office.Server.Search.Query namespace