DiagramExporter.ExportDiagrams 方法 (IList<String>, String, Boolean)
导出多个关系图另存为 .png 图像。
此 API 不兼容 CLS。
命名空间: Microsoft.VisualStudio.Modeling.Shell
程序集: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
语法
声明
<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
)
参数
- diagramFiles
类型:System.Collections.Generic.IList<String>
关系图文件列表导出的。
- exportPath
类型:System.String
图像应当导出位置的路径。
- overwriteExistingFiles
类型:System.Boolean
true 会复盖在位置的文件,否则,错误。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。