System::Text::RegularExpressions::GroupCollection::get_Item método
GroupCollection::get_Item(const String&) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | const 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++
GroupCollection::get_Item(int) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(int index) const
| 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++