Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
dragEventArgs As DragEventArgs, _
isDropLocationUserSpecified As Boolean, _
prototype As ElementGroupPrototype, _
diagramClientView As DiagramClientView _
)
'使用
Dim dragEventArgs As DragEventArgs
Dim isDropLocationUserSpecified As Boolean
Dim prototype As ElementGroupPrototype
Dim diagramClientView As DiagramClientView
Dim instance As New DiagramDragEventArgs(dragEventArgs, _
isDropLocationUserSpecified, prototype, _
diagramClientView)
public DiagramDragEventArgs(
DragEventArgs dragEventArgs,
bool isDropLocationUserSpecified,
ElementGroupPrototype prototype,
DiagramClientView diagramClientView
)
public:
DiagramDragEventArgs(
DragEventArgs^ dragEventArgs,
bool isDropLocationUserSpecified,
ElementGroupPrototype^ prototype,
DiagramClientView^ diagramClientView
)
public function DiagramDragEventArgs(
dragEventArgs : DragEventArgs,
isDropLocationUserSpecified : boolean,
prototype : ElementGroupPrototype,
diagramClientView : DiagramClientView
)
Parameters
- dragEventArgs
Type: System.Windows.Forms.DragEventArgs
- isDropLocationUserSpecified
Type: System.Boolean
- prototype
Type: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
- diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.