ModelItem.Content 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取项的 ContentPropertyAttribute
或 null
。
public:
abstract property System::Activities::Presentation::Model::ModelProperty ^ Content { System::Activities::Presentation::Model::ModelProperty ^ get(); };
public abstract System.Activities.Presentation.Model.ModelProperty Content { get; }
member this.Content : System.Activities.Presentation.Model.ModelProperty
Public MustOverride ReadOnly Property Content As ModelProperty
属性值
项的 ContentPropertyAttribute
作为 ModelProperty。 如果 ContentPropertyAttribute
不由此项的 ItemType 声明,则 Content 返回 null
。