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입니다.

적용 대상