Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether a PropertyEntry matches a predicate.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Overridable Function MatchesPredicate ( _
predicate As PropertyFilterPredicate _
) As Boolean
public virtual bool MatchesPredicate(
PropertyFilterPredicate predicate
)
public:
virtual bool MatchesPredicate(
PropertyFilterPredicate^ predicate
)
abstract MatchesPredicate :
predicate:PropertyFilterPredicate -> bool
override MatchesPredicate :
predicate:PropertyFilterPredicate -> bool
public 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 PropertyEntry matches the predicate; otherwise, false.
Implements
IPropertyFilterTarget.MatchesPredicate(PropertyFilterPredicate)
.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