Delen via


SharePointSequentialWorkflowDesigner.Initialize Method

Initializes the designer with the specified activity

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Protected Overrides Sub Initialize ( _
    activity As Activity _
)
'Usage
Dim activity As Activity

Me.Initialize(activity)
protected override void Initialize(
    Activity activity
)

Parameters

Remarks

The SharePointSequentialWorkflowDesigner class looks only at the current assembly to determine what activities to add to the Visual Studio toolbox.

See Also

Reference

SharePointSequentialWorkflowDesigner Class

SharePointSequentialWorkflowDesigner Members

Microsoft.SharePoint.WorkflowActions Namespace