共用方式為


WorkflowItemsPresenter.Items 屬性

定義

取得或設定用來產生 WorkflowItemsPresenter 之內容的集合。

public:
 property System::Activities::Presentation::Model::ModelItemCollection ^ Items { System::Activities::Presentation::Model::ModelItemCollection ^ get(); void set(System::Activities::Presentation::Model::ModelItemCollection ^ value); };
public System.Activities.Presentation.Model.ModelItemCollection Items { get; set; }
member this.Items : System.Activities.Presentation.Model.ModelItemCollection with get, set
Public Property Items As ModelItemCollection

屬性值

用來產生 WorkflowItemsPresenter 內容的 ModelItemCollection

適用於