TableLayoutStyleCollection.IList.Add(Object) 方法

定义

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

 virtual int System.Collections.IList.Add(System::Object ^ style) = System::Collections::IList::Add;
int IList.Add (object style);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (style As Object) As Integer Implements IList.Add

参数

style
Object

要添加到 ObjectIList

返回

Int32

插入 style 的位置。

实现

注解

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

适用于