System::Text::RegularExpressions::GroupCollection::idx_get método
GroupCollection::idx_get(int) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(int index) const override
| Parámetro | Tipo | Descripción |
|---|---|---|
| index | int | Group índice. |
ReturnValue
Group with specified index.
Ver también
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++
GroupCollection::idx_get(String) const method
Group accessor.
virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | String | Group nombre. |
ReturnValue
Group with specified name.
Ver también
- Typedef GroupPtr
- Class String
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++