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.
Initializes a new instance of the PropertyFilter class.
Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Sub New ( _
    filterText As String _
)
public PropertyFilter(
    string filterText
)
public:
PropertyFilter(
    String^ filterText
)
new : 
        filterText:string -> PropertyFilter
public function PropertyFilter(
    filterText : String
)
Parameters
- filterText
 Type: System.String
 String representation of predicates. The predicates are space delimited.
.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