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 | |
---|---|---|
MatchesFilter | Gets a value indicating whether this IPropertyFilterTarget matches a filter. |
Top
Methods
Name | Description | |
---|---|---|
ApplyFilter | Determines if the IPropertyFilterTarget matches a filter and stores the information. | |
MatchesPredicate | Indicates whether an IPropertyFilterTarget matches a predicate. |
Top
Events
Name | Description | |
---|---|---|
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