WorkflowOutline Constructor (IServiceProvider^)

 

Initializes a new instance of the WorkflowOutline class by using an object that retrieves a service object.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
WorkflowOutline(
	IServiceProvider^ serviceProvider
)

Parameters

serviceProvider
Type: System::IServiceProvider^

The IServiceProvider that retrieves a service object for the WorkflowOutline.

Exception Condition
ArgumentNullException

serviceProvider contains a null reference (Nothing in Visual Basic).

InvalidOperationException

The hosting environment obtained through serviceProvider is null (Nothing).

- or -

The design surface obtained through serviceProvider is null (Nothing).

.NET Framework
Available since 3.0
Return to top
Show: