CaptureCollection.ICollection<Capture>.Remove(Capture) Methode

Definition

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

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

Parameter

item
Capture

Das aus der Auflistung zu entfernende Objekt.

Gibt zurück

Boolean

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

Implementiert

Ausnahmen

Die Auflistung ist schreibgeschützt.

Gilt für