System::Text::RegularExpressions::GroupCollection::get_Item-Methode

GroupCollection::get_Item(const String&) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
ParameterTypBeschreibung
nameconst String&Group Name.

ReturnValue

Group with specified name.

Siehe auch

GroupCollection::get_Item(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
ParameterTypBeschreibung
indexintGroup Index.

ReturnValue

Group with specified index.

Siehe auch