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

定義

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

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
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

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

戻り値

新しい要素が挿入された位置。

実装

例外

すべての場合。

注釈

クラスは ListSortDescriptionCollection インターフェイスを System.Collections.IList 実装するため、 メソッドが IList.Add 必要です。 ただし、 クラスは ListSortDescriptionCollection 読み取り専用コレクションを表しているため、コレクションに項目を追加することは無効な操作です。

適用対象