WebPartConnectionCollection.CopyTo(WebPartConnection[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從特定的陣列索引開始,將 WebPartConnectionCollection 集合的項目複製到陣列。
public:
void CopyTo(cli::array <System::Web::UI::WebControls::WebParts::WebPartConnection ^> ^ array, int index);
public void CopyTo (System.Web.UI.WebControls.WebParts.WebPartConnection[] array, int index);
member this.CopyTo : System.Web.UI.WebControls.WebParts.WebPartConnection[] * int -> unit
Public Sub CopyTo (array As WebPartConnection(), index As Integer)
參數
- array
- WebPartConnection[]
一維陣列,來自 WebPartConnectionCollection 的項目複製至其中。 陣列必須有以零為起始的索引。
- index
- Int32
array
中以零起始的索引,即開始複製的位置。
例外狀況
array
為 null
。
index
小於零。
備註
指定的陣列必須是相容的類型。 這些元素會以列舉值逐一查看 Array 集合的相同順序複製到 WebPartConnectionCollection。