get_Item()
GroupCollection::get_Item(int) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
Arguments
Parameter | Type | Description |
---|---|---|
index | int | Group index. |
Return Value
Group with specified index.
GroupCollection::get_Item(const String&) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
Arguments
Parameter | Type | Description |
---|---|---|
name | const String& | Group name. |
Return Value
Group with specified name.
See Also
- Typedef GroupPtr
- Class GroupCollection
- Class String
- Namespace System::Text::RegularExpressions
- Library Aspose.Slides