共用方式為


ModelProperty.Collection 屬性

定義

傳回轉換為 ValueModelItemCollection

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

傳回屬性值做為 ModelItemCollection,或者傳回 null

備註

如果屬性值不是集合,則這個屬性會傳回 null

適用於