ListSortDescriptionCollection.IList.Add(Object) Yöntem

Tanım

Bir öğeyi koleksiyona ekler.

 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

Parametreler

value
Object

Topluluğa eklenecek öğe.

Döndürülenler

Yeni öğenin eklendiği konum.

Uygulamalar

Özel durumlar

Açıklamalar

ListSortDescriptionCollection sınıfı arabirimini uyguladığından System.Collections.IList bir IList.Add yöntemi olmalıdır. Ancak, sınıfı salt okunur bir koleksiyonu temsil ettiğinden ListSortDescriptionCollection , koleksiyona öğe eklemek geçersiz bir işlemdir.

Şunlara uygulanır