.
Dim designerHost As IDesignerHost = Me.GetService(GetType(IDesignerHost))
.
When creating a subclass overrule the abstract PerformLoad function to load the workflow. Use the GetService function to retreive a IDesignerHost reference and use its Container object to add all the workflow activities to the designer surface. See the WorkflowUtils GetAllActivities function for an easy way to get a reference to all nested activities.
Click to read this topic23-11-2009 15:26:37 - -84.36.66.67
Returns a service of the specified type.
23-11-2009 15:22:44 - -80.126.16.139
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
23-11-2009 15:24:05 - anonymous
add a one or paragraph summary or description of what's discussed here; put yours after 'Summary:'
23-11-2009 15:33:37 - -83.67.129.210
Utility class function to retreive all activities nested underneath the passed one
23-11-2009 15:22:42 - -80.126.16.139