Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Invokes a DragDrop of the supplied DragEventArgs onto the currently selected Shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: DragEventArgsA 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.