DesignerAutoFormatCollection.IList.Remove(Object) Metod

Definition

Tar bort den första förekomsten av ett specifikt objekt från samlingen när objektet DesignerAutoFormatCollection omvandlas till ett IList gränssnitt.

 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

Parametrar

value
Object

Att DesignerAutoFormat ta bort.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen DesignerAutoFormatCollection skickas till ett IList gränssnitt.

Gäller för

Se även