ActivityDesigner.CreateView(ViewTechnology) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.