CategoryEditor.ConsumesProperty(PropertyEntry) 方法

定义

确定哪些属性由 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

参数

propertyEntry
PropertyEntry

PropertyEntry检查的实例以确定它是否包含在编辑的CategoryEditor那些属性中。

返回

true 如果此编辑器编辑指定的属性,则为否则,为 false.

适用于