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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.