Share via


PropertyFilterPredicate.MatchText Property

Gets an upper-case version of the predicate string.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Protected ReadOnly Property MatchText As String
'Usage
Dim value As String 

value = Me.MatchText
protected string MatchText { get; }
protected:
property String^ MatchText {
    String^ get ();
}
protected function get MatchText () : String

Property Value

Type: System.String
An upper-case version of the predicate string.

.NET Framework Security

See Also

Reference

PropertyFilterPredicate Class

PropertyFilterPredicate Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture