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

Tanım

Değerleri belirtilen dizinde DataSourceDescriptorCollection tek boyutlu Array bir değere 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ğer DataSourceDescriptorCollection.

index
Int32

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

Şunlara uygulanır