Partager via


QueryRule.CreateGenericContextCondition - Méthode (String, Dictionary<String, Type>)

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 CreateGenericContextCondition ( _
    expression As String, _
    inputParameters As Dictionary(Of String, Type) _
) As GenericContextCondition
'Utilisation
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
)

Paramètres

Valeur renvoyée

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

Voir aussi

Référence

QueryRule classe

QueryRule - Membres

CreateGenericContextCondition - Surcharge

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