ModelProperty.Collection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回轉換為 Value 的 ModelItemCollection。
public:
abstract property System::Activities::Presentation::Model::ModelItemCollection ^ Collection { System::Activities::Presentation::Model::ModelItemCollection ^ get(); };
public abstract System.Activities.Presentation.Model.ModelItemCollection Collection { get; }
member this.Collection : System.Activities.Presentation.Model.ModelItemCollection
Public MustOverride ReadOnly Property Collection As ModelItemCollection
屬性值
傳回屬性值做為 ModelItemCollection,或者傳回 null
。
備註
如果屬性值不是集合,則這個屬性會傳回 null
。