Compartilhar via


Método IPropertyFilterTarget.MatchesPredicate

Indica se um IPropertyFilterTarget corresponde a um predicado.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Function MatchesPredicate ( _
    predicate As PropertyFilterPredicate _
) As Boolean
bool MatchesPredicate(
    PropertyFilterPredicate predicate
)
bool MatchesPredicate(
    PropertyFilterPredicate^ predicate
)
abstract MatchesPredicate : 
        predicate:PropertyFilterPredicate -> bool 
function MatchesPredicate(
    predicate : PropertyFilterPredicate
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se a IPropertyFilterTarget coincide com o predicado; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IPropertyFilterTarget Interface

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura