DragSourceContext.Set メソッド
ElementGroupPrototype ソースのコンテキストにドラッグ ソースの情報を追加します。
名前空間: Microsoft.VisualStudio.Modeling.Diagrams
アセンブリ: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 内)
構文
'宣言
Public Shared Sub Set ( _
elementGroupPrototype As ElementGroupPrototype, _
initialDragLocation As PointD, _
ghostShapes As GhostShapeCollection _
)
public static void Set(
ElementGroupPrototype elementGroupPrototype,
PointD initialDragLocation,
GhostShapeCollection ghostShapes
)
パラメーター
- elementGroupPrototype
型 : Microsoft.VisualStudio.Modeling.ElementGroupPrototype
情報を追加する ElementGroupPrototype。
- initialDragLocation
型 : Microsoft.VisualStudio.Modeling.Diagrams.PointD
絶対ワールド座標での、マウスの初期位置。
- ghostShapes
型 : Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
ElementGroupPrototype のすべての図形を表す非実体の図形のコレクション。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。