visual studio - WF Designer Extension -
i trying write extension wf designer in visual studio should listen click/double click events on activities.
the problem can't find documents describe how extend visual studio worklow designer.
so looking way access workflowdesigner object hosted in visual studio.
some google research lead me following pages:
which suggests to:
add reference host project activity library project containing custom activity.
build solution.
to use custom activity in designer, locate custom activity in toolbox, , drag activity onto designer surface.
to use custom activity in code, add using statement refers custom activity project, , pass new instance of activity invoke.
which gives tip place workflow designer extension dlls vs find them
edit: have never written extension wf designer, try out now, since there few things want improve.
Comments
Post a Comment