workflow foundation - WF4 is it possible to create a designer for a composite activity? -
i know how hook designer activity nativeactivity or codeactivity designer attribute on class. so:
[designer(typeof(parallelactivitydesigner))]
i hookup designer composite activity (composed of activities in xaml file), possible @ all?
three known ways far:
- have code-beside .xaml.cs file, , use [designerattribute], in question
- [designerattribute] editing xaml file manually
- using metadata registration register custom attributes @ design time, easiest in rehosted scenario, possible using .design.dll inside vs also.
(ref workflow beta2 forum details of first 2)
Comments
Post a Comment