GroupCollection.IList.Add(Object) 方法

定義

呼叫這個方法一律會擲回 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

實作

例外狀況

不支援這個方法。 此為唯讀集合。

適用於