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

Definition

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

 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

Parameter

item
Capture

Das Objekt, das der Auflistung hinzugefügt werden soll.

Implementiert

Ausnahmen

Die Auflistung ist schreibgeschützt.

Gilt für: