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

定義

項目をコレクションに追加します。

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

パラメーター

value
Object

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

戻り値

Int32

value が挿入された位置。

実装

注釈

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

適用対象