Partager via


QueryConditionCollection.CreateCommonlyClickedPropertyCondition - Méthode

Espace de noms :  Microsoft.Office.Server.Search.Query.Rules
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function CreateCommonlyClickedPropertyCondition ( _
    propertyName As String, _
    propertyValues As IEnumerable(Of String), _
    createdWithSimpleUI As Boolean _
) As CommonlyClickedPropertyCondition
'Utilisation
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
)

Paramètres

Valeur renvoyée

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

Voir aussi

Référence

QueryConditionCollection classe

QueryConditionCollection - Membres

Microsoft.Office.Server.Search.Query.Rules - Espace de noms