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
- predicate
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate
O predicado a ser comparado.
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
- 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
Namespace Microsoft.Windows.Design.PropertyEditing