ToolBar.ToolBarButtonCollection.IList.Insert(Int32, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ツール バー ボタン コレクション内の指定した位置に既存のツール バー ボタンを挿入します。
virtual void System.Collections.IList.Insert(int index, System::Object ^ button) = System::Collections::IList::Insert;
void IList.Insert (int index, object button);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, button As Object) Implements IList.Insert
パラメーター
- index
- Int32
ツール バー ボタンを挿入するコレクション内の位置を示すインデックス。
- button
- Object
挿入する ToolBarButton。
実装
例外
button
が ToolBarButton ではありません。
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 ToolBar.ToolBarButtonCollection が IList インターフェイスにキャストされた場合にのみ使用できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET