共用方式為


SelectedShapesCollection.CopyTo 方法 (array<DiagramItem[], Int32)

從特定陣列索引開始,將選取的 DiagramItems 複製到 DiagramItem[] 陣列。

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

語法

'宣告
Public Sub CopyTo ( _
    array As DiagramItem(), _
    index As Integer _
)
public void CopyTo(
    DiagramItem[] array,
    int index
)

參數

  • index
    類型:System.Int32
    array 中以零起始的索引,複製作業從此處開始。

.NET Framework 安全性

請參閱

參考

SelectedShapesCollection 類別

CopyTo 多載

Microsoft.VisualStudio.Modeling.Diagrams 命名空間