Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exports multiple diagrams as images in the specified format.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Public Sub ExportDiagrams ( _
diagramFiles As IList(Of String), _
exportPath As String, _
format As ImageFormat, _
overwriteExistingFiles As Boolean _
)
public void ExportDiagrams(
IList<string> diagramFiles,
string exportPath,
ImageFormat format,
bool overwriteExistingFiles
)
public:
void ExportDiagrams(
IList<String^>^ diagramFiles,
String^ exportPath,
ImageFormat^ format,
bool overwriteExistingFiles
)
member ExportDiagrams :
diagramFiles:IList<string> *
exportPath:string *
format:ImageFormat *
overwriteExistingFiles:bool -> unit
public function ExportDiagrams(
diagramFiles : IList<String>,
exportPath : String,
format : ImageFormat,
overwriteExistingFiles : boolean
)
Parameters
- diagramFiles
Type: System.Collections.Generic.IList<String>
The list of diagram files to export.
- exportPath
Type: System.String
The path of the location to which the images should be exported.
- format
Type: System.Drawing.Imaging.ImageFormat
The format of the exported images.
- overwriteExistingFiles
Type: System.Boolean
true if you want to overwrite files that are already in the location; otherwise, false.
.NET Framework Security
- 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.