QueryConditionCollection.CreateKeywordCondition 方法

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

语法

声明
Public Function CreateKeywordCondition ( _
    terms As IEnumerable(Of String), _
    createdWithSimpleUI As Boolean _
) As KeywordCondition
用法
Dim instance As QueryConditionCollection
Dim terms As IEnumerable(Of String)
Dim createdWithSimpleUI As Boolean
Dim returnValue As KeywordCondition

returnValue = instance.CreateKeywordCondition(terms, _
    createdWithSimpleUI)
public KeywordCondition CreateKeywordCondition(
    IEnumerable<string> terms,
    bool createdWithSimpleUI
)

参数

返回值

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

另请参阅

引用

QueryConditionCollection 类

QueryConditionCollection 成员

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