WebPartTransformerCollection.CopyTo(WebPartTransformer[], Int32) メソッド

定義

コレクションを WebPartTransformer オブジェクトの配列にコピーします。

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

パラメーター

array
WebPartTransformer[]

コピーしたコレクションを格納する WebPartTransformer オブジェクトの配列。

index
Int32

コレクションの内容を配置する配列の開始点。

注釈

CopyTo メソッドは、WebPartTransformer コレクション内のすべてのWebPartTransformerCollection オブジェクト、それらのオブジェクトのサブセット、またはそれらのオブジェクトのスーパーセットを含めることができるカスタム配列をアセンブルする場合に便利です。

適用対象