DiagramClientView.OnDragDropCommon 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在 System.windows.dragdrop.drop> 上调用。
public:
void OnDragDropCommon(System::Windows::Forms::DragEventArgs ^ e, bool isDropLocationUserSpecified, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ hitShape);
public void OnDragDropCommon (System.Windows.Forms.DragEventArgs e, bool isDropLocationUserSpecified, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement hitShape);
member this.OnDragDropCommon : System.Windows.Forms.DragEventArgs * bool * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
Public Sub OnDragDropCommon (e As DragEventArgs, isDropLocationUserSpecified As Boolean, hitShape As ShapeElement)
参数
System.windows.dragdrop.drop> 的 System.windows.drageventargs.effects。
- isDropLocationUserSpecified
- Boolean
指示是由用户还是由生产指定 () 。
- hitShape
- ShapeElement
ShapeElement 拖放到。 如果为 null,则执行命中测试。