Share via


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

Remarks

This override does nothing.

See Also

Reference

CreateItemActivity Class

CreateItemActivity Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace