共用方式為


GraphLinkCollection.CopyTo 方法

從 System.Array 的特定索引處開始,將 System.Collections.Generic.ICollection 的項目複製到 System.Array。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public Sub CopyTo ( _
    array As GraphLink(), _
    arrayIndex As Integer _
)
public void CopyTo(
    GraphLink[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<GraphLink^>^ array, 
    int arrayIndex
) sealed
abstract CopyTo : 
        array:GraphLink[] * 
        arrayIndex:int -> unit 
override CopyTo : 
        array:GraphLink[] * 
        arrayIndex:int -> unit 
public final function CopyTo(
    array : GraphLink[], 
    arrayIndex : int
)

參數

  • array
    型別:array<Microsoft.VisualStudio.GraphModel.GraphLink[]
    一維 System.Array,這是從 System.Collections.Generic.ICollection 中複製項目的目的地。System.Array 必須有以零起始的索引。
  • arrayIndex
    型別:System.Int32
    陣列中以零起始的索引,位於複製開始的位置。

實作

ICollection<T>.CopyTo(array<T[], Int32)

例外狀況

例外狀況 條件
ArgumentNullException

陣列為 null。

ArgumentOutOfRangeException

arrayIndex 小於 0。

ArgumentException

陣列為多維。-或-在來源 System.Collections.Generic.ICollection 中的項目數目大於從 arrayIndex 到目的陣列結尾的可用空間。-或-型別 T 無法自動轉換為目的陣列的型別。

.NET Framework 安全性

請參閱

參考

GraphLinkCollection 類別

Microsoft.VisualStudio.GraphModel 命名空間