Metodo DiagramClientView.OnDragDropCommon
Richiamata a un DragDrop.
Spazio dei nomi: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Sintassi
'Dichiarazione
Public Sub OnDragDropCommon ( _
e As DragEventArgs, _
isDropLocationUserSpecified As Boolean, _
hitShape As ShapeElement _
)
public void OnDragDropCommon(
DragEventArgs e,
bool isDropLocationUserSpecified,
ShapeElement hitShape
)
Parametri
- e
Tipo: System.Windows.Forms.DragEventArgs
Il DragEventArgs del DragDrop.
- isDropLocationUserSpecified
Tipo: System.Boolean
indica se (e.X, e.Y) sono stati specificati dall'utente o fabbricato.
- hitShape
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
lo ShapeElement rilasciato su.Se null, un hit test.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.