ILocationRuntime.DecodeForLocationQueryFormat 方法
对来自联合的位置 URL 的查询字符串进行解码。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Function DecodeForLocationQueryFormat ( _
str As String _
) As String
用法
Dim instance As ILocationRuntime
Dim str As String
Dim returnValue As String
returnValue = instance.DecodeForLocationQueryFormat(str)
string DecodeForLocationQueryFormat(
string str
)
参数
str
类型:System.String要解码的查询字符串。
返回值
类型:System.String
已解码的查询字符串。