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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.