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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象