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

Definicja

Wywołanie tej metody zawsze zgłasza błąd NotSupportedException.

 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

Parametry

item
Capture

Obiekt do usunięcia z kolekcji.

Zwraca

Boolean

Wywołanie tej metody zawsze zgłasza błąd NotSupportedException.

Implementuje

Wyjątki

Kolekcja jest tylko do odczytu.

Dotyczy