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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.