Share via


DataSourceDescriptorCollection.CopyTo(DataSourceDescriptor[], Int32) 方法

定義

DataSourceDescriptorCollection 值複製到指定索引處的一維 Array

public:
 void CopyTo(cli::array <System::ComponentModel::Design::Data::DataSourceDescriptor ^> ^ array, int index);
public void CopyTo (System.ComponentModel.Design.Data.DataSourceDescriptor[] array, int index);
member this.CopyTo : System.ComponentModel.Design.Data.DataSourceDescriptor[] * int -> unit
Public Sub CopyTo (array As DataSourceDescriptor(), index As Integer)

參數

array
DataSourceDescriptor[]

為值 (從 Array 複製) 之目的端的一維 DataSourceDescriptorCollection

index
Int32

array 中開始複製處的索引。

適用於