IPropertyFilterTarget.ApplyFilter Method
Determines if the IPropertyFilterTarget 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
Sub ApplyFilter ( _
filter As PropertyFilter _
)
void ApplyFilter(
PropertyFilter filter
)
void ApplyFilter(
PropertyFilter^ filter
)
abstract ApplyFilter :
filter:PropertyFilter -> unit
function ApplyFilter(
filter : PropertyFilter
)
Parameters
- filter
Type: Microsoft.Windows.Design.PropertyEditing.PropertyFilter
The filter to compare to.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IPropertyFilterTarget Interface
Microsoft.Windows.Design.PropertyEditing Namespace