ActivityDesigner.CreateView(ViewTechnology) Method

Definition

Creates a workflow view for the current activity designer using the specified ViewTechnology.

protected:
 virtual System::Workflow::ComponentModel::Design::WorkflowView ^ CreateView(System::ComponentModel::Design::ViewTechnology viewTechnology);
protected virtual System.Workflow.ComponentModel.Design.WorkflowView CreateView (System.ComponentModel.Design.ViewTechnology viewTechnology);
abstract member CreateView : System.ComponentModel.Design.ViewTechnology -> System.Workflow.ComponentModel.Design.WorkflowView
override this.CreateView : System.ComponentModel.Design.ViewTechnology -> System.Workflow.ComponentModel.Design.WorkflowView
Protected Overridable Function CreateView (viewTechnology As ViewTechnology) As WorkflowView

Parameters

viewTechnology
ViewTechnology

The ViewTechnology to use to create the workflow view.

Returns

A WorkflowView that contains the current activity designer.

Remarks

Unless overridden in a derived class, CreateView displays the default design-time layout for the activity.

Applies to