IPropertyFilterTarget Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface that is used by the host infrastructure for property editing to handle sorting and filtering functionality.
public interface class IPropertyFilterTarget
	public interface IPropertyFilterTarget
	type IPropertyFilterTarget = interface
	Public Interface IPropertyFilterTarget
	- Derived
 
Remarks
It is used to determine whether a particular object should be filtered out.
Properties
| MatchesFilter | 
		 Read-only property that returns   | 
        	
Methods
| ApplyFilter(PropertyFilter) | 
		 Used to set a new PropertyFilter on the IPropertyFilterTarget.  | 
        	
| MatchesPredicate(PropertyFilterPredicate) | 
		 Used to determine whether this IPropertyFilterTarget is a match for a particular PropertyFilterPredicate.  | 
        	
Events
| FilterApplied | 
		 Declaration of the event raised when a PropertyFilter is changed through a call to ApplyFilter(PropertyFilter).  |