System::Text::RegularExpressions::GroupCollection::get_Item método

GroupCollection::get_Item(const String&) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
ParámetroTipoDescripción
nameconst String&Group nombre.

ReturnValue

Group with specified name.

Ver también

GroupCollection::get_Item(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
ParámetroTipoDescripción
indexintGroup índice.

ReturnValue

Group with specified index.

Ver también