IPropertyFilterTarget.MatchesPredicate (Método)

Indica si IPropertyFilterTarget coincide con un predicado.

Espacio de nombres:  Microsoft.Windows.Design.PropertyEditing
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Boolean
Es true si IPropertyFilterTarget coincide con el predicado; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

IPropertyFilterTarget Interfaz

Microsoft.Windows.Design.PropertyEditing (Espacio de nombres)

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades