ListBox.ObjectCollection.IList.Add(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將物件加入 ListBox 類別。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
virtual int System.Collections.IList.Add(System::Object ^ item) = System::Collections::IList::Add;
int IList.Add (object item);
int IList.Add (object? item);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (item As Object) As Integer Implements IList.Add
參數
傳回
插入新元素的位置,-1 表示該項目未插入到集合中。
實作
例外狀況
item
為 null
。
目前的 ListBox 有資料來源。
空間不足,無法存放新項目。
備註
這個成員是明確介面成員實作, 只有在 ListBox.ObjectCollection 執行個體轉換成 IList 介面時,才能使用這個成員。