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 | Typ | Beschreibung |
|---|---|---|
| name | const String& | Group Name. |
ReturnValue
Group with specified name.
Siehe auch
- Typedef GroupPtr
- Class String
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++
GroupCollection::get_Item(int) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| index | int | Group Index. |
ReturnValue
Group with specified index.
Siehe auch
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++