ProtocolElementCollection.CopyTo(ProtocolElement[], Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションから配列に要素をコピーします。コピーは配列内の特定のインデックスから開始します。
public:
void CopyTo(cli::array <System::Web::Services::Configuration::ProtocolElement ^> ^ array, int index);
public void CopyTo (System.Web.Services.Configuration.ProtocolElement[] array, int index);
override this.CopyTo : System.Web.Services.Configuration.ProtocolElement[] * int -> unit
Public Sub CopyTo (array As ProtocolElement(), index As Integer)
パラメーター
- array
- ProtocolElement[]
コレクションの内容をコピーする ProtocolElement 型の配列。
- index
- Int32
コピーの開始位置とする array
のインデックス (0 から始まる)。