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

Definicja

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

 virtual void System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Add(System::Text::RegularExpressions::Capture ^ item) = System::Collections::Generic::ICollection<System::Text::RegularExpressions::Capture ^>::Add;
void ICollection<Capture>.Add (System.Text.RegularExpressions.Capture item);
abstract member System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Add : System.Text.RegularExpressions.Capture -> unit
override this.System.Collections.Generic.ICollection<System.Text.RegularExpressions.Capture>.Add : System.Text.RegularExpressions.Capture -> unit
Sub Add (item As Capture) Implements ICollection(Of Capture).Add

Parametry

item
Capture

Obiekt, który zostanie dodany do kolekcji.

Implementuje

Wyjątki

Kolekcja jest tylko do odczytu.

Dotyczy