IPropertyFilterTarget Interface

Handles sorting and filtering functionality.

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

Syntax

'Declaration
Public Interface IPropertyFilterTarget
public interface IPropertyFilterTarget
public interface class IPropertyFilterTarget
type IPropertyFilterTarget =  interface end
public interface IPropertyFilterTarget

The IPropertyFilterTarget type exposes the following members.

Properties

  Name Description
Public property MatchesFilter Gets a value indicating whether this IPropertyFilterTarget matches a filter.

Top

Methods

  Name Description
Public method ApplyFilter Determines if the IPropertyFilterTarget matches a filter and stores the information.
Public method MatchesPredicate Indicates whether an IPropertyFilterTarget matches a predicate.

Top

Events

  Name Description
Public event FilterApplied Occurs when a PropertyFilter is changed through a call to the ApplyFilter method.

Top

Remarks

The IPropertyFilterTarget interface is used by the host infrastructure for the Microsoft.Windows.Design.PropertyEditing namespace. IPropertyFilterTarget is used to determine whether a particular object should be filtered out.

See Also

Reference

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture