DropTargetContext.Set 方法
加入指定的交易,以供稍後使用拖放目標內容資訊。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Shared Sub Set ( _
transaction As Transaction, _
targetDiagramId As Guid, _
dropLocation As PointD, _
ghostShapes As GhostShapeCollection _
)
public static void Set(
Transaction transaction,
Guid targetDiagramId,
PointD dropLocation,
GhostShapeCollection ghostShapes
)
參數
- transaction
型別:Microsoft.VisualStudio.Modeling.Transaction
用來儲存與置放目標內容交易。
- targetDiagramId
型別:System.Guid
圖表的置放目標的識別碼。
- dropLocation
型別:Microsoft.VisualStudio.Modeling.Diagrams.PointD
絕對的全局座標中放置位置。
- ghostShapes
型別:Microsoft.VisualStudio.Modeling.Diagrams.GhostShapeCollection
幽靈車圖形提供建議的內容 (例如已提議的範圍)。這可能是 Null。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。