DiagramDragEventArgs コンストラクター (DragEventArgs, Boolean, ElementGroupPrototype, DiagramClientView)
DiagramDragEventArgs クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.VisualStudio.Modeling.Diagrams
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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。
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。