DiagramExporter Class
Visual Studio 2015
Exports diagrams from the Domain-Specific Language Designer as images.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | DiagramExporter(IServiceProvider^) | Initializes a new instance of the DiagramExporter class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ExportDiagram(String^, String^, ImageFormat^, Boolean) | Exports a single diagram as an image in the specified format. |
![]() | ExportDiagrams(IList<String^>^, String^, Boolean) | Exports multiple diagrams as .png images. |
![]() | ExportDiagrams(IList<String^>^, String^, ImageFormat^, Boolean) | Exports multiple diagrams as images in the specified format. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | ExportErrorEvent | Occurs when an error is encountered as a diagram is being exported. |
![]() | ExportQueryUserActionEvent | Occurs when the user must provide a response. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


