Share via


CategoryEntry.ApplyFilter Method

Determines if the CategoryEntry 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 stored by this method is read by the MatchesFilter property.

This method calls the OnFilterApplied method.

.NET Framework Security

See Also

Reference

CategoryEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace

IPropertyFilterTarget

ApplyFilter

Other Resources

WPF Designer Extensibility

Property Editing Architecture