次の方法で共有


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 インターフェイスにキャストされた場合にのみ使用できます。

適用対象