Compartilhar via


QueryConditionCollection.CreateCommonlyClickedPropertyCondition method

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function CreateCommonlyClickedPropertyCondition ( _
    propertyName As String, _
    propertyValues As IEnumerable(Of String), _
    createdWithSimpleUI As Boolean _
) As CommonlyClickedPropertyCondition
'Uso
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
)

Parâmetros

Valor retornado

Type: Microsoft.Office.Server.Search.Query.Rules.CommonlyClickedPropertyCondition

Ver também

Referência

QueryConditionCollection class

QueryConditionCollection members

Microsoft.Office.Server.Search.Query.Rules namespace