PropertyEntry.MatchesFilter Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that indicates whether the IPropertyFilterTarget matches the filter. Sets the value to indicate that the IPropertyFilterTarget matches the filter and fires the event handler method for the property change.

Namespace:  System.Activities.Design.PropertyEditing
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
Public Property MatchesFilter As Boolean
    Get
    Protected Set
'Usage
Dim instance As PropertyEntry
Dim value As Boolean

value = instance.MatchesFilter

instance.MatchesFilter = value
public bool MatchesFilter { get; protected set; }
public:
virtual property bool MatchesFilter {
    bool get () sealed;
    protected: void set (bool value) sealed;
}
final function get MatchesFilter () : boolean
protected final function set MatchesFilter (value : boolean)
abstract MatchesFilter : bool with get, set
override MatchesFilter : bool with get, set

Property Value

Type: System.Boolean
true if the target object matches the filter; otherwise, false.

Implements

IPropertyFilterTarget.MatchesFilter

Remarks

The PropertyContainer listens to changes made to this property.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

PropertyEntry Class

PropertyEntry Members

System.Activities.Design.PropertyEditing Namespace