OpenSearchRuntime.DecodeForLocationQueryFormat - Méthode
Décode la chaîne de requête à partir de l'URL de l'emplacement fédéré OpenSearch.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function DecodeForLocationQueryFormat ( _
str As String _
) As String
'Utilisation
Dim instance As OpenSearchRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.DecodeForLocationQueryFormat(str)
public string DecodeForLocationQueryFormat(
string str
)
Paramètres
str
Type : System.StringLa chaîne de requête à décoder.
Valeur renvoyée
Type : System.String
La chaîne de requête décodées.
Implémentations
ILocationRuntime.DecodeForLocationQueryFormat(String)