ViewCreatedEventArgs(WorkflowViewElement) 建構函式

定義

使用指定的工作流程檢視項目,初始化 ViewCreatedEventArgs 類別的新執行個體。

public:
 ViewCreatedEventArgs(System::Activities::Presentation::WorkflowViewElement ^ view);
public ViewCreatedEventArgs (System.Activities.Presentation.WorkflowViewElement view);
new System.Activities.Presentation.View.ViewCreatedEventArgs : System.Activities.Presentation.WorkflowViewElement -> System.Activities.Presentation.View.ViewCreatedEventArgs
Public Sub New (view As WorkflowViewElement)

參數

view
WorkflowViewElement

建立的工作流程檢視項目。

適用於