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
- 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