DesignerVerbCollection.CopyTo メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
指定したインデックスを開始位置として、指定した DesignerVerb 配列にコレクション メンバをコピーします。
名前空間: System.ComponentModel.Design
アセンブリ: System (system.dll 内)
構文
Public Sub CopyTo ( _ array As DesignerVerb(), _ index As Integer _ )
Dim instance As DesignerVerbCollection Dim array As DesignerVerb() Dim index As Integer
public void CopyTo ( DesignerVerb[] array, int index )
public: void CopyTo ( array<DesignerVerb^>^ array, int index )
public void CopyTo ( DesignerVerb[] array, int index )
public function CopyTo ( array : DesignerVerb[], index : int )
' Copies the contents of the collection, beginning at index 0, ' to the specified DesignerVerb array. ' 'verbs' is a DesignerVerb array. collection.CopyTo(verbs, 0)
// Copies the contents of the collection, beginning at index 0, // to the specified DesignerVerb array. // 'verbs' is a DesignerVerb array. collection.CopyTo( verbs, 0 );
// Copies the contents of the collection, beginning at index 0, // to the specified DesignerVerb array. // 'verbs' is a DesignerVerb array. collection->CopyTo( verbs, 0 );
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
.NET Framework
サポート対象 : 2.0、1.1、1.0
関連項目
DesignerVerbCollection クラス
DesignerVerbCollection メンバ
System.ComponentModel.Design 名前空間