Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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