System::Text::RegularExpressions::GroupCollection::idx_get-Methode
GroupCollection::idx_get(int) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(int index) const override
| 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++
GroupCollection::idx_get(String) const method
Group accessor.
virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| name | 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++