Метод 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
)
Параметры
- propertyName
Тип: System.String
- propertyValues
Тип: System.Collections.Generic.IEnumerable<String>
- createdWithSimpleUI
Тип: System.Boolean
Возвращаемое значение
Тип: Microsoft.Office.Server.Search.Query.Rules.CommonlyClickedPropertyCondition
См. также
Справочные материалы
QueryConditionCollection класс
Элементы QueryConditionCollection
Пространство имен Microsoft.Office.Server.Search.Query.Rules