ILocationRuntime.DecodeForLocationQueryFormat - Méthode
Décode la chaîne de requête à partir de l'URL de l'emplacement fédéré.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Function DecodeForLocationQueryFormat ( _
str As String _
) As String
'Utilisation
Dim instance As ILocationRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.DecodeForLocationQueryFormat(str)
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.