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:

msdn.microsoft

which suggests to:

  1. add reference host project activity library project containing custom activity.

  2. build solution.

  3. to use custom activity in designer, locate custom activity in toolbox, , drag activity onto designer surface.

  4. to use custom activity in code, add using statement refers custom activity project, , pass new instance of activity invoke.


blog.msdn

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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -