This documentation is archived and is not being maintained.
IPropertyFilterTarget Interface
Visual Studio 2010
Interface that is used by the host infrastructure for property editing to handle sorting and filtering functionality.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The IPropertyFilterTarget type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MatchesFilter | Read-only property that returns true if the PropertyFilter is a match for the object. |
| Name | Description | |
|---|---|---|
![]() | ApplyFilter | Used to set a new PropertyFilter on the IPropertyFilterTarget. |
![]() | MatchesPredicate | Used to determine whether this IPropertyFilterTarget is a match for a particular PropertyFilterPredicate. |
| Name | Description | |
|---|---|---|
![]() | FilterApplied | Declaration of the event raised when a PropertyFilter is changed through a call to ApplyFilter(PropertyFilter). |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
