PrinterSettings.PaperSourceCollection.CopyTo(PaperSource[], Int32) メソッド

定義

指定したインデックスを開始位置として、指定した配列に現在の PrinterSettings.PaperSourceCollection の内容をコピーします。

public:
 void CopyTo(cli::array <System::Drawing::Printing::PaperSource ^> ^ paperSources, int index);
public void CopyTo (System.Drawing.Printing.PaperSource[] paperSources, int index);
member this.CopyTo : System.Drawing.Printing.PaperSource[] * int -> unit
Public Sub CopyTo (paperSources As PaperSource(), index As Integer)

パラメーター

paperSources
PaperSource[]

PrinterSettings.PaperSourceCollection の項目のコピー先となる、インデックス番号が 0 から始まる配列。

index
Int32

項目のコピーの開始位置を示すインデックス。

適用対象