ImageList.ImageCollection.IList.Remove(Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Remove(Object) を実装します。 常に NotSupportedException をスローします。
virtual void System.Collections.IList.Remove(System::Object ^ image) = System::Collections::IList::Remove;
virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object image);
void IList.Remove (object value);
void IList.Remove (object? value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (image As Object) Implements IList.Remove
Sub Remove (value As Object) Implements IList.Remove
パラメーター
- imagevalue
- Object
ImageList.ImageCollection に追加するオブジェクト。
実装
例外
すべての場合。
注釈
クラスを ImageList.ImageCollection 直接変更することはできません。 から ImageList.ImageCollection項目を削除するには、 メソッドを RemoveAt 使用します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET