Share via


PropertyFilter Constructor (String)

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

See Also

Reference

PropertyFilter Class

PropertyFilter Overload

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture