共用方式為


ClipboardCommandSet.ResolveExportedShapesForClipboardImages 方法

根據指定的一組模型項目,取得應匯出至剪貼簿的一組完整圖案和連結。

命名空間:  Microsoft.VisualStudio.Modeling.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

語法

'宣告
Protected Overridable Function ResolveExportedShapesForClipboardImages ( _
    data As IDataObject, _
    elements As IEnumerable(Of ModelElement) _
) As IEnumerable(Of ShapeElement)
protected virtual IEnumerable<ShapeElement> ResolveExportedShapesForClipboardImages(
    IDataObject data,
    IEnumerable<ModelElement> elements
)

參數

傳回值

類型:System.Collections.Generic.IEnumerable<ShapeElement>
要做為點陣圖 /emf 匯出到剪貼簿中的圖案集合。

.NET Framework 安全性

請參閱

參考

ClipboardCommandSet 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間