共用方式為


SelectedShapesCollection.Add 方法 (DiagramItemCollection)

加入目前的選取範圍中指定的 DiagramItems。

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

語法

'宣告
Public Sub Add ( _
    diagramItems As DiagramItemCollection _
)
public void Add(
    DiagramItemCollection diagramItems
)

參數

備註

集合中最後的 DiagramItem 就會成為主要的 DiagramItem。如果集合中的 DiagramItem 已經在選取範圍中,DiagramItem 會被忽略。

.NET Framework 安全性

請參閱

參考

SelectedShapesCollection 類別

Add 多載

Microsoft.VisualStudio.Modeling.Diagrams 命名空間