私は少しグーグルで検索しましたが、Xaml-fyingアクティビティの例を見つけることができないようです-良い、悪い、またはそれ以外の場合!
public static string ToXaml (this Activity activity)
{
// i would use ActivityXamlServices to go from Xaml
// to activity, but how to go other way? documentation
// is slim, and cannot infer proper usage of
// ActivityXamlServices from Xml remarks :S
string xaml = string.Empty;
return xaml;
}
ヒント、ヒント、ポインタは大歓迎です:)
注:これを見つけました。動作し、動作したら更新します。誰もが私を殴りたいと思っています。さらに良いことに、WorkflowDesignerを取り除く方法を見つけることができれば、それが必要なのは奇妙に思えます。