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:

  1. have code-beside .xaml.cs file, , use [designerattribute], in question
  2. [designerattribute] editing xaml file manually
  3. 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

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -