共用方式為


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
)

參數

  • targetDiagramId
    型別:System.Guid
    圖表的置放目標的識別碼。

.NET Framework 安全性

請參閱

參考

DropTargetContext 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間