Share via


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

适用于