开发者

Window WF activity designer to toolbox

开发者 https://www.devze.com 2023-01-22 14:44 出处:网络
I am trying to make an empty custom activity so that I can have comments in the workflow designer. I have an activity designer that does not do anything but has a text block so the comments can be add

I am trying to make an empty custom activity so that I can have comments in the workflow designer. I have an activity designer that does not do anything but has a text block so the comments can be added. What is the easiest way to get this into my workflow toolbox? I have an empty activity that is currently in the workflow toolbox, but I have no idea ho开发者_如何转开发w to lay the new designer on top of it.


attach the Designer attribute before your class declaration.

example code:

[Designer(typeof(CustomActityDesigner))]
public class CustomActivity:NativeActivity {
...


You can use the Designer attribute to attach the activity designer to the activity. When you drag the activity onto the designer you will get to see your designer instead of the default designer.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号