Compartilhar via


QueryRule.CreateGenericContextCondition method (String)

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function CreateGenericContextCondition ( _
    expression As String _
) As GenericContextCondition
'Uso
Dim instance As QueryRule
Dim expression As String
Dim returnValue As GenericContextCondition

returnValue = instance.CreateGenericContextCondition(expression)
public GenericContextCondition CreateGenericContextCondition(
    string expression
)

Parâmetros

Valor retornado

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

Ver também

Referência

QueryRule class

QueryRule members

CreateGenericContextCondition overload

Microsoft.Office.Server.Search.Query.Rules namespace