ModelItem.Properties 属性
定义
设置此项上的公共属性。Gets the public properties on this item.
public:
abstract property System::Activities::Presentation::Model::ModelPropertyCollection ^ Properties { System::Activities::Presentation::Model::ModelPropertyCollection ^ get(); };
public abstract System.Activities.Presentation.Model.ModelPropertyCollection Properties { get; }
member this.Properties : System.Activities.Presentation.Model.ModelPropertyCollection
Public MustOverride ReadOnly Property Properties As ModelPropertyCollection
属性值
包含此项的公共属性的 ModelItemCollection。A ModelItemCollection that contains the public properties of this item.
注解
根据附加的属性或对编辑范围的更改,返回的属性集可能会发生更改。The set of properties returned might change based on attached properties or changes to the editing scope.