ItemCollection.IEditableCollectionView.Remove(Object) Metoda

Definice

Odebere zadanou položku z kolekce.

 virtual void System.ComponentModel.IEditableCollectionView.Remove(System::Object ^ item) = System::ComponentModel::IEditableCollectionView::Remove;
void IEditableCollectionView.Remove (object item);
abstract member System.ComponentModel.IEditableCollectionView.Remove : obj -> unit
override this.System.ComponentModel.IEditableCollectionView.Remove : obj -> unit
Sub Remove (item As Object) Implements IEditableCollectionView.Remove

Parametry

item
Object

Položka k odebrání.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho ItemCollection použít pouze v případě, že je instance přetypována do IEditableCollectionView rozhraní.

Platí pro