Share via


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

Definisi

Memanggil metode ini selalu melemparkan 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

Parameter

item
Capture

Objek yang akan dihapus dari koleksi.

Mengembalikan

Memanggil metode ini selalu melemparkan NotSupportedException.

Penerapan

Pengecualian

Koleksi bersifat baca-saja.

Berlaku untuk