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.