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

定義

このメンバーの詳細については、「Add(Object)」をご覧ください。

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

パラメーター

o
Object

コレクションに追加するアイテムです。

戻り値

Int32

コレクションに追加された項目のインデックス位置。

実装

注釈

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

適用対象

こちらもご覧ください