共用方式為


Diagram.FixUpDiagram 方法

確認圖案及其父圖案已建立且設定正確。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
Public Shared Sub FixUpDiagram ( _
    existingParent As ModelElement, _
    newChild As ModelElement _
)
public static void FixUpDiagram(
    ModelElement existingParent,
    ModelElement newChild
)

參數

備註

如果新的子圖案的父圖案與它在圖表上,呼叫這個方法。 父圖案不需要直接連結至它的子項目。 例如,父項目可以是子項目的父項目的父代。

在圖表上的所有圖案都會被選取前,清除目前的選取範圍。 這個動作會在目前的交易執行每個圖表的一次。 因此,在相同交易加入的所有圖案加入至圖表的目前選取範圍。

.NET Framework 安全性

請參閱

參考

Diagram 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間