共用方式為


GraphConditionCollection.CopyTo 方法

複製的項目至 System.Collections.Generic.ICollection System.Array,起始於特定 System.Array 索引。

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

語法

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

參數

  • arrayIndex
    型別:System.Int32
    陣列中以零起始的索引,位於複製開始的位置。

實作

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

例外狀況

例外狀況 條件
ArgumentNullException

array 為 null。

ArgumentOutOfRangeException

arrayIndex 小於 0。

ArgumentException

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

.NET Framework 安全性

請參閱

參考

GraphConditionCollection 類別

Microsoft.VisualStudio.GraphModel.Styles 命名空間