WorkflowView Constructor (IServiceProvider^)
.NET Framework (current version)
Initializes an instance of a WorkflowView with the specified service provider.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- serviceProvider
-
Type:
System::IServiceProvider^
An object that implements the IServiceProvider interface.
The following example shows how to create a WorkflowView object. In this example, a new DesignSurface object is created and the BeginLoad method is called passing a WorkflowDesignerLoader object as the parameter. After creating a new SequentialWorkflowActivity, a WorkflowView object is created using the DesignSurface created earlier as a parameter to the constructor.
This code example is part of the Outlook Workflow Wizard SDK Sample from the WorkflowViewWrapper.cs file. For more information, see Outlook Workflow Wizard Sample.
.NET Framework
Available since 3.0
Available since 3.0
Show: