CategoryEntry.MatchesPredicate(PropertyFilterPredicate) Método
Definição
Indica se um IPropertyFilterTarget corresponde a um predicado.Indicates whether an IPropertyFilterTarget matches a predicate.
public:
abstract bool MatchesPredicate(System::Activities::Presentation::PropertyEditing::PropertyFilterPredicate ^ predicate);
public abstract bool MatchesPredicate (System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate predicate);
abstract member MatchesPredicate : System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate -> bool
Public MustOverride Function MatchesPredicate (predicate As PropertyFilterPredicate) As Boolean
Parâmetros
- predicate
- PropertyFilterPredicate
O PropertyFilterPredicate, uma cadeia de caracteres, ao qual ser comparado.The PropertyFilterPredicate, a string, to match against.
Retornos
true se houver uma correspondência; caso contrário, false.true if there is a match; otherwise, false.