PropertyEntry.ApplyFilter Method
Determines if the PropertyEntry 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
Public Overridable Sub ApplyFilter ( _
filter As PropertyFilter _
)
public virtual void ApplyFilter(
PropertyFilter filter
)
public:
virtual void ApplyFilter(
PropertyFilter^ filter
)
abstract ApplyFilter :
filter:PropertyFilter -> unit
override ApplyFilter :
filter:PropertyFilter -> unit
public function ApplyFilter(
filter : PropertyFilter
)
Parameters
- filter
Type: Microsoft.Windows.Design.PropertyEditing.PropertyFilter
The filter to compare to.
Implements
IPropertyFilterTarget.ApplyFilter(PropertyFilter)
Remarks
The information that is stored by this method is read by the MatchesFilter property.
This method calls the OnFilterApplied method.
.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
Microsoft.Windows.Design.PropertyEditing Namespace