GroupCollection.IList.Add(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫這個方法一律會擲回 NotSupportedException。
virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add
參數
- value
- Object
要新增至群組集合的物件。
傳回
呼叫這個方法一律會擲回 NotSupportedException。
實作
例外狀況
不支援這個方法。 此為唯讀集合。