DesignerAutoFormatCollection.IList.Remove(Object) メソッド

定義

DesignerAutoFormatCollection オブジェクトが IList インターフェイスにキャストされた場合に、コレクション内内で最初に見つかった特定のオブジェクトを削除します。

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

パラメーター

value
Object

削除する DesignerAutoFormat

実装

注釈

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

適用対象

こちらもご覧ください