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 命名空间