Partilhar via


Método PropertyEntry.MatchesPredicate

Indica se um PropertyEntry corresponde a um predicado.

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

Sintaxe

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

Parâmetros

Valor de retorno

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

Implementações

IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate)

Segurança do .NET Framework

Consulte também

Referência

PropertyEntry Classe

Namespace Microsoft.Windows.Design.PropertyEditing

Outros recursos

Extensibilidade do WPF Designer

Propriedade de edição de arquitetura