初始化 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
)
参数
- dragEventArgs
类型:System.Windows.Forms.DragEventArgs
将用于初始化此实例的 DragEventArgs。
- isDropLocationUserSpecified
类型:System.Boolean
指示用户是否的值指定的放置位置。
- prototype
类型:Microsoft.VisualStudio.Modeling.ElementGroupPrototype
ElementGroupPrototype (如果有) 在数据对象。
- diagramClientView
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
DiagramDragEventArgs 发出的 DiagramClientView。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。