Udostępnij za pośrednictwem


DesignerAutoFormatCollection.IList.Remove(Object) Metoda

Definicja

Usuwa pierwsze wystąpienie określonego obiektu z kolekcji, gdy DesignerAutoFormatCollection obiekt jest rzutowy do interfejsu IList .

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

Parametry

value
Object

Element DesignerAutoFormat do usunięcia.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy DesignerAutoFormatCollection wystąpienie jest rzutowanie do interfejsu IList .

Dotyczy

Zobacz też