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
- predicate
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate
O predicado a ser comparado.
Valor de retorno
Tipo: System.Boolean
true Se a IPropertyFilterTarget coincide com o predicado; Caso contrário, false.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IPropertyFilterTarget Interface
Namespace Microsoft.Windows.Design.PropertyEditing