QueryConditionCollection.CreateCommonlyClickedPropertyCondition 方法

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

语法

声明
Public Function CreateCommonlyClickedPropertyCondition ( _
    propertyName As String, _
    propertyValues As IEnumerable(Of String), _
    createdWithSimpleUI As Boolean _
) As CommonlyClickedPropertyCondition
用法
Dim instance As QueryConditionCollection
Dim propertyName As String
Dim propertyValues As IEnumerable(Of String)
Dim createdWithSimpleUI As Boolean
Dim returnValue As CommonlyClickedPropertyCondition

returnValue = instance.CreateCommonlyClickedPropertyCondition(propertyName, _
    propertyValues, createdWithSimpleUI)
public CommonlyClickedPropertyCondition CreateCommonlyClickedPropertyCondition(
    string propertyName,
    IEnumerable<string> propertyValues,
    bool createdWithSimpleUI
)

参数

返回值

类型:Microsoft.Office.Server.Search.Query.Rules.CommonlyClickedPropertyCondition

另请参阅

引用

QueryConditionCollection 类

QueryConditionCollection 成员

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