CompositeActivity::Initialize Method (IServiceProvider^)

 

Initializes all appropriate child activities of this instance and the specified IServiceProvider.

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

public protected:
virtual void Initialize(
	IServiceProvider^ provider
) override

Parameters

provider
Type: System::IServiceProvider^

The specified IServiceProvider.

Exception Condition
ArgumentNullException

provider is a null reference (Nothing in Visual Basic).

.NET Framework
Available since 3.0
Return to top
Show: