GroupCollection.ICollection<Group>.Remove(Group) Methode

Definition

Beim Aufrufen dieser Methode wird immer eine NotSupportedException ausgelöst.

 virtual bool System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Remove(System::Text::RegularExpressions::Group ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Group ^>::Remove;
bool ICollection<Group>.Remove (System.Text.RegularExpressions.Group item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Remove : System.Text.RegularExpressions.Group -> bool
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Group>.Remove : System.Text.RegularExpressions.Group -> bool
Function Remove (item As Group) As Boolean Implements ICollection(Of Group).Remove

Parameter

item
Group

Die zu entfernende Gruppe.

Gibt zurück

Beim Aufrufen dieser Methode wird immer eine NotSupportedException ausgelöst.

Implementiert

Ausnahmen

Diese Methode wird nicht unterstützt. Dies ist eine schreibgeschützte Auflistung.

Gilt für: