ToolBar.ToolBarButtonCollection.IList.Remove(Object) メソッド

定義

コレクションから項目の最初の出現箇所を削除します。

 virtual void System.Collections.IList.Remove(System::Object ^ button) = System::Collections::IList::Remove;
void IList.Remove(object button);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (button As Object) Implements IList.Remove

パラメーター

button
Object

Objectから削除するIList

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ToolBar.ToolBarButtonCollectionIList インターフェイスにキャストされている場合にのみ使用できます。

適用対象