DiagramExporter Class

 

Exports diagrams from the Domain-Specific Language Designer as images.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Shell::DiagramExporter

public ref class DiagramExporter 

NameDescription
System_CAPS_pubmethodDiagramExporter(IServiceProvider^)

Initializes a new instance of the DiagramExporter class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExportDiagram(String^, String^, ImageFormat^, Boolean)

Exports a single diagram as an image in the specified format.

System_CAPS_pubmethodExportDiagrams(IList<String^>^, String^, Boolean)

Exports multiple diagrams as .png images.

System_CAPS_pubmethodExportDiagrams(IList<String^>^, String^, ImageFormat^, Boolean)

Exports multiple diagrams as images in the specified format.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventExportErrorEvent

Occurs when an error is encountered as a diagram is being exported.

System_CAPS_pubeventExportQueryUserActionEvent

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.

Return to top
Show: