CheckedListBox.CheckedItemCollection.IList.Add(Object) メソッド
定義
このメンバーの詳細については、「Add(Object)」をご覧ください。For a description of this member, see Add(Object).
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
Function Add (value As Object) As Integer Implements IList.Add
パラメーター
戻り値
追加する項目の 0 から始まるインデックス。The zero-based index of the item to add.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、CheckedListBox.CheckedItemCollection のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the CheckedListBox.CheckedItemCollection instance is cast to an IList interface.