ListBox.IntegerCollection.IList.Remove(Object) Yöntem

Tanım

Bir öğenin koleksiyondaki ilk oluşumunu kaldırır.

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
void IList.Remove (object? value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove

Parametreler

value
Object

öğesine eklenecek ListBox.IntegerCollectionnesne.

Uygulamalar

Özel durumlar

Her zaman oluşturulur.

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IList arabirime ListBox.IntegerCollection yayınlandığında kullanılabilir.

Şunlara uygulanır