SharePointSearchRuntime.DecodeForLocationQueryFormat 方法

对来自 SharePoint 站点位置 URL 的查询字符串进行解码。

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Function DecodeForLocationQueryFormat ( _
    str As String _
) As String
用法
Dim instance As SharePointSearchRuntime
Dim str As String
Dim returnValue As String

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

参数

返回值

类型:System.String
已解码的查询字符串。

实现

ILocationRuntime.DecodeForLocationQueryFormat(String)

另请参阅

引用

SharePointSearchRuntime 类

SharePointSearchRuntime 成员

Microsoft.Office.Server.Search.Query 命名空间