DiagramExporter.ExportDiagrams Method (IList<String>, String, Boolean)
Visual Studio 2012
Exports multiple diagrams as .png images.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
[CLSCompliantAttribute(false)] public void ExportDiagrams( IList<string> diagramFiles, string exportPath, bool overwriteExistingFiles )
Parameters
- diagramFiles
- Type: IList<String>
The list of diagram files to export.
- exportPath
- Type: String
The path of the location to which the images should be exported.
- overwriteExistingFiles
- Type: Boolean
true to overwrite files that are already in the location; otherwise, false.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.