0

When you click on a custom activity in a rehosted WF4 designer application, its arguments will appear on the property sheet under the category "Misc". Is it possible to manipulate this category, for example we specify some arguments to appear under the category "InArguments" and some others on "OutArguments"? How can we do this?

4

1 に答える 1

1

プロパティに を貼り[Category("Category")]付けて、プロパティ グリッドで表示されるカテゴリを切り替えることができます。

于 2010-11-15T03:06:42.560 に答える