Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the PropertyFilter that was applied.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public ReadOnly Property Filter As PropertyFilter
'Usage
Dim instance As PropertyFilterAppliedEventArgs
Dim value As PropertyFilter
value = instance.Filter
public PropertyFilter Filter { get; }
public:
property PropertyFilter^ Filter {
PropertyFilter^ get ();
}
public function get Filter () : PropertyFilter
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyFilter
A PropertyFilter that was applied.
.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
PropertyFilterAppliedEventArgs Class
PropertyFilterAppliedEventArgs Members
Microsoft.Windows.Design.PropertyEditing Namespace