DesignerVerbCollection.Insert メソッド
アセンブリ: System (system.dll 内)

Dim instance As DesignerVerbCollection Dim index As Integer Dim value As DesignerVerb instance.Insert(index, value)

' Inserts a DesignerVerb at index 0 of the collection. collection.Insert(0, New DesignerVerb("Example designer verb", New EventHandler(AddressOf Me.ExampleEvent)))
// Inserts a DesignerVerb at index 0 of the collection. collection.Insert( 0, new DesignerVerb("Example designer verb", new EventHandler(this.ExampleEvent)) );
// Inserts a DesignerVerb at index 0 of the collection. collection->Insert( 0, gcnew DesignerVerb( "Example designer verb", gcnew EventHandler( this, &Class1::ExampleEvent ) ) );

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDesignerVerbCollection.Insert メソッドを検索する場合は、下記のリンクをクリックしてください。

- DesignerVerbCollection.Insert メソッドのページへのリンク