CategoryEditor.ConsumesProperty(PropertyEntry) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定哪些属性由 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
。