Share via


PropertyEntry.ApplyFilter Method

Determines if the PropertyEntry matches a filter and stores the information.

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

Syntax

'Declaration
Public Overridable Sub ApplyFilter ( _
    filter As PropertyFilter _
)
public virtual void ApplyFilter(
    PropertyFilter filter
)
public:
virtual void ApplyFilter(
    PropertyFilter^ filter
)
abstract ApplyFilter : 
        filter:PropertyFilter -> unit 
override ApplyFilter : 
        filter:PropertyFilter -> unit 
public function ApplyFilter(
    filter : PropertyFilter
)

Parameters

Implements

IPropertyFilterTarget.ApplyFilter(PropertyFilter)

Remarks

The information that is stored by this method is read by the MatchesFilter property.

This method calls the OnFilterApplied method.

.NET Framework Security

See Also

Reference

PropertyEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture