Proprietà PropertyEntry.MatchesFilter
Ottiene o imposta un valore che indica se questo oggetto PropertyEntry corrisponde a un filtro.
Spazio dei nomi: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: System.Boolean
true se l'oggetto PropertyEntry corrisponde al filtro. In caso contrario, false.
Implementa
IPropertyFilterTarget.MatchesFilter
Note
L'oggetto PropertyContainer ascolta le modifiche apportate a questa proprietà.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.PropertyEditing