PropertyEntry.MatchesFilter Property
Gets or sets a value that indicates whether this PropertyEntry matches a filter.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
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)
Property Value
Type: System.Boolean
true if the PropertyEntry matches the filter; otherwise, false.
Implements
IPropertyFilterTarget.MatchesFilter
Remarks
PropertyContainer listens to changes that are made to this property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace