Query.QueryTemplateParameters 属性

表示查询模板中的参数。

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

语法

声明
Public ReadOnly Property QueryTemplateParameters As Dictionary(Of String, Boolean)
    Get
用法
Dim instance As Query
Dim value As Dictionary(Of String, Boolean)

value = instance.QueryTemplateParameters
public Dictionary<string, bool> QueryTemplateParameters { get; }

属性值

类型:System.Collections.Generic.Dictionary<String, Boolean>

另请参阅

引用

Query 类

Query 成员

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