共用方式為


DiagramDragEventArgs 建構函式 (DragEventArgs, Boolean, ElementGroupPrototype, DiagramClientView)

初始化 DiagramDragEventArgs 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

語法

'宣告
Public Sub New ( _
    dragEventArgs As DragEventArgs, _
    isDropLocationUserSpecified As Boolean, _
    prototype As ElementGroupPrototype, _
    diagramClientView As DiagramClientView _
)
public DiagramDragEventArgs(
    DragEventArgs dragEventArgs,
    bool isDropLocationUserSpecified,
    ElementGroupPrototype prototype,
    DiagramClientView diagramClientView
)

參數

  • isDropLocationUserSpecified
    型別:System.Boolean
    值,指出使用者是否指定置放位置。

.NET Framework 安全性

請參閱

參考

DiagramDragEventArgs 類別

DiagramDragEventArgs 多載

Microsoft.VisualStudio.Modeling.Diagrams 命名空間