TableLayoutStyleCollection.IList.Remove(Object) 方法

定义

有关此方法的说明,请参见 Remove(Object) 方法。

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

参数

style
Object

要从 Object 移除的 IList

实现

例外

仅限 .NET 8 及更高版本: style 无法转换为类型 TableLayoutStyle

注解

此成员是显式接口成员的实现。 它只能在 TableLayoutStyleCollection 实例被强制转换为 IList 接口时使用。

适用于