Share via


PropertyFilterPredicate.MatchText Property

Gets an upper-case version of the predicate string.

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

Syntax

'Declaration
Protected ReadOnly Property MatchText As String
    Get
protected string MatchText { get; }
protected:
property String^ MatchText {
    String^ get ();
}
member MatchText : string
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

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture