DiagramExporter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An exporter capable of finding diagram files in a solution, and exporting them to disk as images.
public ref class DiagramExporter
public class DiagramExporter
type DiagramExporter = class
Public Class DiagramExporter
- Inheritance
-
DiagramExporter
Constructors
DiagramExporter(IServiceProvider) |
Initializes a new instance of the DiagramExporter clss. |
Methods
ExportDiagram(String, String, ImageFormat, Boolean) |
Export a single diagram. |
ExportDiagrams(IList<String>, String, Boolean) |
Export diagrams as images. |
ExportDiagrams(IList<String>, String, ImageFormat, Boolean) |
Export diagrams as images. |
Events
ExportErrorEvent |
Occurs when an error was encountered while exporting a diagram. |
ExportQueryUserActionEvent |
Occurs when a response is required from the user. |