Aracılığıyla paylaş


DataSourceDescriptorCollection.CopyTo(DataSourceDescriptor[], Int32) Yöntem

Tanım

Değerleri belirtilen dizindeki DataSourceDescriptorCollection tek boyutlu Array bir dizine kopyalar.

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)

Parametreler

array
DataSourceDescriptor[]

'den kopyalanan değerlerin hedefi olan tek boyutlu Array değerdir DataSourceDescriptorCollection.

index
Int32

Kopyalamanın array başladığı dizin.

Şunlara uygulanır