Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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
PropertyFilterPredicate Members
Microsoft.Windows.Design.PropertyEditing Namespace