PropertyFilterPredicate.Match Method
Returns a value indicating whether a case insensitive match of the predicate string is contained within the target string.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Overridable Function Match ( _
target As String _
) As Boolean
public virtual bool Match(
string target
)
public:
virtual bool Match(
String^ target
)
abstract Match :
target:string -> bool
override Match :
target:string -> bool
public function Match(
target : String
) : boolean
Parameters
- target
Type: System.String
The target string to compare with the predicate string.
Return Value
Type: System.Boolean
true if a case insensitive match of the predicate string is contained within the target string; otherwise, false.
.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