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
屬性值
做為 ModelProperty 之項目的ContentPropertyAttribute
。 如果此項目的 ItemType 未宣告 ContentPropertyAttribute
,Content 會傳回 null
。