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
| Parameter | Type | Beschrijving |
|---|---|---|
| name | const String& | Group naam. |
ReturnValue
Group with specified name.
Zie ook
- Typedef GroupPtr
- Class String
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++
GroupCollection::get_Item(int) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int | Groep index. |
ReturnValue
Group with specified index.
Zie ook
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++