dgml

Exporting Large DGML Diagram to XPS

两盒软妹~` 提交于 2020-01-04 04:19:10
问题 I currently have a fairly large application (about 30k lines of code). I generated a dependency graph using the architecture tool within VS2010. I am trying to export it to XPS, as it states I can, and it will stop at about 300KB, and will not open in XPS viewer. Any ideas on why it is stopping the export and corrupting the file, or is it? Thanks! 回答1: You can pass by another structure before converting your diagram to XPS, for example save it as an image, to do it : Right-click the graph

DGML: how to enable the 'Go To Definition' for custom diagrams?

只谈情不闲聊 提交于 2019-12-11 11:10:03
问题 I am generating a custom workflow diagram via DGML API where each node corresponds to a C# class. I would like to be able to use the built-in 'Go To Definition' feature but the documentation is lacking. 回答1: If you know the class´s filename and the position of the symbol definition, you can use the VsShellUtilities class to open the document and scroll the code artifact into the view (by setting the caret position). In one of my extensions I do something like this... If have a SourceInfo type

Is there a DGML Viewer?

℡╲_俬逩灬. 提交于 2019-12-10 00:53:44
问题 I've started playing around with DGML for visualizing directed graphs based on some manufauctring process flow data. It works slicker than proverbial snot and is quite easy to generate. The only problem is that the only DGML viewer I can find is VS.NET 2010. It appears that the viewer is built on MSAGL, but even that doesn't appear to support DGML directly. Does a standalone DGML viewer exist? Preferably as an embeddable component. Even more preferably as WPF. 回答1: I encourage you to submit a

Is there a DGML Viewer?

痞子三分冷 提交于 2019-12-04 23:11:34
I've started playing around with DGML for visualizing directed graphs based on some manufauctring process flow data. It works slicker than proverbial snot and is quite easy to generate. The only problem is that the only DGML viewer I can find is VS.NET 2010. It appears that the viewer is built on MSAGL , but even that doesn't appear to support DGML directly. Does a standalone DGML viewer exist? Preferably as an embeddable component. Even more preferably as WPF. I encourage you to submit a request at Microsoft Connect as further support for a standalone DGML viewer. It might help persuade the