Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Invokes a DragDrop of the supplied DragEventArgs onto the currently selected Shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Sub InvokeDragDrop ( _
e As DragEventArgs _
)
public void InvokeDragDrop(
DragEventArgs e
)
public:
void InvokeDragDrop(
DragEventArgs^ e
)
member InvokeDragDrop :
e:DragEventArgs -> unit
public function InvokeDragDrop(
e : DragEventArgs
)
Parameters
- e
Type: System.Windows.Forms.DragEventArgs
A set of DragEventArgs that contains the IDataObject to be dropped.
.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.