WorkflowViewService.CreateViewElement(ModelItem) 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 new WorkflowViewElement that supports the type of the specified ModelItem.
protected:
System::Activities::Presentation::WorkflowViewElement ^ CreateViewElement(System::Activities::Presentation::Model::ModelItem ^ modelItem);
protected System.Activities.Presentation.WorkflowViewElement CreateViewElement (System.Activities.Presentation.Model.ModelItem modelItem);
member this.CreateViewElement : System.Activities.Presentation.Model.ModelItem -> System.Activities.Presentation.WorkflowViewElement
Protected Function CreateViewElement (modelItem As ModelItem) As WorkflowViewElement
Parameters
- modelItem
- ModelItem
One entity in the editing model of an activity designer.
Returns
A workflow view element that supports the same type as the model item argument.
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.