共用方式為


ProviderConnectionPointCollection.CopyTo 方法

定義

複製集合至 ProviderConnectionPoint 物件的陣列。

public:
 void CopyTo(cli::array <System::Web::UI::WebControls::WebParts::ProviderConnectionPoint ^> ^ array, int index);
public void CopyTo (System.Web.UI.WebControls.WebParts.ProviderConnectionPoint[] array, int index);
member this.CopyTo : System.Web.UI.WebControls.WebParts.ProviderConnectionPoint[] * int -> unit
Public Sub CopyTo (array As ProviderConnectionPoint(), index As Integer)

參數

array
ProviderConnectionPoint[]

接收集合之複製項目的 ProviderConnectionPoint 物件陣列。

index
Int32

插入集合內容的陣列起點。

備註

方法 CopyTo 會將集合的所有成員 ProviderConnectionPointCollection 複製到物件的相容一維陣列 ProviderConnectionPoint ,從參數所 index 指定的陣列位置開始。

當您想要將不同集合中的對象結合成單一相容陣列,然後能夠使用陣列方法存取數位中的專案時,此方法 CopyTo 會很有用。

適用於

另請參閱