Propriedade PropertyEntry.MatchesFilter
Obtém ou define um valor que indica se este PropertyEntry corresponde a um filtro.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public Property MatchesFilter As Boolean
Get
Protected Set
public bool MatchesFilter { get; protected set; }
public:
virtual property bool MatchesFilter {
bool get () sealed;
protected: void set (bool value) sealed;
}
abstract MatchesFilter : bool with get, set
override MatchesFilter : bool with get, set
final function get MatchesFilter () : boolean
protected final function set MatchesFilter (value : boolean)
Valor de propriedade
Tipo: System.Boolean
true Se a PropertyEntry corresponde ao filtro; Caso contrário, false.
Implementações
IPropertyFilterTarget.MatchesFilter
Comentários
PropertyContainerouve as alterações feitas a esta propriedade.
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