命名空间: Microsoft.Office.Server.Search.Query.Rules
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function CreateGenericContextCondition ( _
expression As String, _
inputParameters As Dictionary(Of String, Type) _
) As GenericContextCondition
用法
Dim instance As QueryRule
Dim expression As String
Dim inputParameters As Dictionary(Of String, Type)
Dim returnValue As GenericContextCondition
returnValue = instance.CreateGenericContextCondition(expression, _
inputParameters)
public GenericContextCondition CreateGenericContextCondition(
string expression,
Dictionary<string, Type> inputParameters
)
参数
- expression
类型:System.String
- inputParameters
类型:System.Collections.Generic.Dictionary<String, Type>
返回值
类型:Microsoft.Office.Server.Search.Query.Rules.GenericContextCondition