Diagram.CopyImageToClipboard 方法

复制形状的集合,它们的父建模到剪贴板为图像。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

语法

声明
Public Function CopyImageToClipboard ( _
    selectedShapes As ICollection _
) As Boolean
public bool CopyImageToClipboard(
    ICollection selectedShapes
)

参数

返回值

类型:System.Boolean
true ,如果形状的集合复制到剪贴板为图像;否则, false。

.NET Framework 安全性

请参见

参考

Diagram 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间