CategoryEditor.ConsumesProperty(PropertyEntry) Metod

Definition

Avgör vilka egenskaper som redigeras av 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

Parametrar

propertyEntry
PropertyEntry

Den PropertyEntry instans som kontrolleras för att avgöra om den ingår bland de egenskaper som redigeras av CategoryEditor.

Returer

trueom den här redigeraren redigerar den angivna egenskapen; annars . false

Gäller för