Freigeben über


ClipboardCommandSet.CopyModelElementsIntoElementGroupPrototype-Methode

Kopiert die ModelElements-Sammlung in das angegebene IDataObject.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Protected Overridable Sub CopyModelElementsIntoElementGroupPrototype ( _
    dataObject As IDataObject, _
    selectedModelElements As IList(Of ModelElement) _
)
protected virtual void CopyModelElementsIntoElementGroupPrototype(
    IDataObject dataObject,
    IList<ModelElement> selectedModelElements
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ClipboardCommandSet Klasse

Microsoft.VisualStudio.Modeling.Shell-Namespace