Dela via


PropertyContainer.MatchesFilter Property

Gets the value for MatchesFilter stored in the contained PropertyEntry.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public ReadOnly Property MatchesFilter As Boolean
'Usage
Dim instance As PropertyContainer 
Dim value As Boolean 

value = instance.MatchesFilter
public bool MatchesFilter { get; }
public:
property bool MatchesFilter {
    bool get ();
}
public function get MatchesFilter () : boolean

Property Value

Type: System.Boolean
The value for MatchesFilter stored in the contained PropertyEntry.

Remarks

If the PropertyEntry is nulla null reference (Nothing in Visual Basic), the value returned is false.

This property can be used to trigger UI changes to the PropertyContainer based on whether the current PropertyEntry matches the current filter or not.

.NET Framework Security

See Also

Reference

PropertyContainer Class

PropertyContainer Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture