How to produce run configuration dynamically?
I am going to create an action which will show a popup menu with several run configurations. The user can choose which to run.
I know RunConfigurationProducer can be used to generate run configuration from the current data context. However, in my scenario, some run configurations are not corresponding to the current data conext.
请先登录再写评论。
Could you please post your code?