SharePointSearchRuntime.DecodeForLocationQueryFormat - Méthode

Décode la chaîne de requête à partir de l'URL d'emplacement de site SharePoint.

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 SharePointSearchRuntime
Dim str As String
Dim returnValue As String

returnValue = instance.DecodeForLocationQueryFormat(str)
public string DecodeForLocationQueryFormat(
    string str
)

Paramètres

Valeur renvoyée

Type : System.String
La chaîne de requête décodées.

Implémentations

ILocationRuntime.DecodeForLocationQueryFormat(String)

Voir aussi

Référence

SharePointSearchRuntime classe

SharePointSearchRuntime - Membres

Microsoft.Office.Server.Search.Query - Espace de noms