GroupCollection.IList<Group>.Insert(Int32, Group) Metoda

Definicja

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

 virtual void System.Collections.Generic.IList<System.Text.RegularExpressions.Group>.Insert(int index, System::Text::RegularExpressions::Group ^ item) = System::Collections::Generic::IList<System::Text::RegularExpressions::Group ^>::Insert;
void IList<Group>.Insert (int index, System.Text.RegularExpressions.Group item);
abstract member System.Collections.Generic.IList<System.Text.RegularExpressions.Group>.Insert : int * System.Text.RegularExpressions.Group -> unit
override this.System.Collections.Generic.IList<System.Text.RegularExpressions.Group>.Insert : int * System.Text.RegularExpressions.Group -> unit
Sub Insert (index As Integer, item As Group) Implements IList(Of Group).Insert

Parametry

index
Int32

Położenie, w którym ma zostać wstawiona grupa.

item
Group

Grupa do wstawienia.

Implementuje

Wyjątki

Ta metoda nie jest obsługiwana. Jest to kolekcja tylko do odczytu.

Dotyczy