Freigeben über


PropertyFilter-Konstruktor (String)

Initialisiert eine neue Instanz der PropertyFilter-Klasse.

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
)

Parameter

  • filterText
    Typ: System.String
    Zeichenfolgendarstellung von Prädikaten.Die Prädikate sind durch Leerzeichen getrennt.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyFilter Klasse

PropertyFilter-Überladung

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit

Eigenschaftenbearbeitungsarchitektur