ModelItem.Content 属性

定义

获取项的 ContentPropertyAttributenull

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

适用于