Visual Studio DSL Tools and Server Explorer -
Is it possible to enable users to drag and drop a table with Visual Studio Server Explorer on their own DSL diagram?
I can leave custom domain classes that I have created but want to use creation in fun.
I am working in Visual Studio 2010.
I think you can override the CreateDiagramView method in your DocView class, and get the diagram To call on CreateDiagramView. From there, you can listen to the dragon events. If you can understand what was dropped on you, then you can do something with it.
Note: I have not tested any - just happened to open a DSL and played a little.
Comments
Post a Comment