IPropertyFilterTarget.MatchesPredicate Method
Indicates whether an IPropertyFilterTarget matches a predicate.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Function MatchesPredicate ( _
predicate As PropertyFilterPredicate _
) As Boolean
bool MatchesPredicate(
PropertyFilterPredicate predicate
)
bool MatchesPredicate(
PropertyFilterPredicate^ predicate
)
abstract MatchesPredicate :
predicate:PropertyFilterPredicate -> bool
function MatchesPredicate(
predicate : PropertyFilterPredicate
) : boolean
Parameters
- predicate
Type: Microsoft.Windows.Design.PropertyEditing.PropertyFilterPredicate
The predicate to compare to.
Return Value
Type: System.Boolean
true if the IPropertyFilterTarget matches the predicate; 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
IPropertyFilterTarget Interface
Microsoft.Windows.Design.PropertyEditing Namespace