Méthode System::Text::RegularExpressions::GroupCollection::get_Item

GroupCollection::get_Item(const String&) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
ParamètreTypeDescription
nameconst String&Nom Group.

ReturnValue

Group with specified name.

Voir aussi

GroupCollection::get_Item(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
ParamètreTypeDescription
indexintGroup indice.

ReturnValue

Group with specified index.

Voir aussi