OpenSearchRuntime.DecodeForLocationQueryFormat-Methode
Die Abfragezeichenfolge der URL des Speicherorts OpenSearch federated decodiert.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function DecodeForLocationQueryFormat ( _
str As String _
) As String
'Usage
Dim instance As OpenSearchRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.DecodeForLocationQueryFormat(str)
public string DecodeForLocationQueryFormat(
string str
)
Parameter
str
Typ: System.StringDie Abfragezeichenfolge zu decodieren.
Rückgabewert
Typ: System.String
Die decodierten Abfragezeichenfolge.
Implementiert
ILocationRuntime.DecodeForLocationQueryFormat(String)