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
ParameterTypeBeschrijving
nameconst String&Group naam.

ReturnValue

Group with specified name.

Zie ook

GroupCollection::get_Item(int) const method

Group accessor.

GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
ParameterTypeBeschrijving
indexintGroep index.

ReturnValue

Group with specified index.

Zie ook