TableLayoutStyleCollection.IList.Add(Object) メソッド

定義

このメソッドの説明については、 Add(Object) メソッドを参照してください。

 virtual int System.Collections.IList.Add(System::Object ^ style) = System::Collections::IList::Add;
int IList.Add(object style);
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

Objectに追加するIList

返品

styleが挿入された位置。

実装

注釈

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

適用対象