CreateItemActivity.Initialize Method
Initializes an activity during the construction of a new workflow instance.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Protected Overrides Sub Initialize ( _
serviceProvider As IServiceProvider _
)
'Usage
Dim serviceProvider As IServiceProvider
Me.Initialize(serviceProvider)
protected override void Initialize(
IServiceProvider serviceProvider
)
Parameters
serviceProvider
Type: System.IServiceProviderThe object that provides the initialization service.
Remarks
This override does nothing.