Propriedade IPropertyFilterTarget.MatchesFilter
Obtém um valor que indica se este IPropertyFilterTarget corresponde a um filtro.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
ReadOnly Property MatchesFilter As Boolean
Get
bool MatchesFilter { get; }
property bool MatchesFilter {
bool get ();
}
abstract MatchesFilter : bool
function get MatchesFilter () : boolean
Valor de propriedade
Tipo: System.Boolean
true Se a IPropertyFilterTarget corresponde ao filtro; 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