CategoryEditor.ConsumesProperty(PropertyEntry) Methode

Definition

Bestimmt, welche Eigenschaften von der CategoryEditor.

public:
 abstract bool ConsumesProperty(System::Activities::Presentation::PropertyEditing::PropertyEntry ^ propertyEntry);
public abstract bool ConsumesProperty(System.Activities.Presentation.PropertyEditing.PropertyEntry propertyEntry);
abstract member ConsumesProperty : System.Activities.Presentation.PropertyEditing.PropertyEntry -> bool
Public MustOverride Function ConsumesProperty (propertyEntry As PropertyEntry) As Boolean

Parameter

propertyEntry
PropertyEntry

Die PropertyEntry Instanz, die überprüft wird, um zu bestimmen, ob sie in den eigenschaften enthalten ist, die von der CategoryEditor.

Gibt zurück

truewenn dieser Editor die angegebene Eigenschaft bearbeitet; andernfalls . false

Gilt für: