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 .png images.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub ExportDiagrams ( _
diagramFiles As IList(Of String), _
exportPath As String, _
overwriteExistingFiles As Boolean _
)
[CLSCompliantAttribute(false)]
public void ExportDiagrams(
IList<string> diagramFiles,
string exportPath,
bool overwriteExistingFiles
)
[CLSCompliantAttribute(false)]
public:
void ExportDiagrams(
IList<String^>^ diagramFiles,
String^ exportPath,
bool overwriteExistingFiles
)
[<CLSCompliantAttribute(false)>]
member ExportDiagrams :
diagramFiles:IList<string> *
exportPath:string *
overwriteExistingFiles:bool -> unit
public function ExportDiagrams(
diagramFiles : IList<String>,
exportPath : String,
overwriteExistingFiles : boolean
)
Parameters
diagramFiles
Type: System.Collections.Generic.IList<String>The list of diagram files to export.
exportPath
Type: System.StringThe path of the location to which the images should be exported.
overwriteExistingFiles
Type: System.Booleantrue 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.