Метод System::Text::RegularExpressions::GroupCollection::get_Item
GroupCollection::get_Item(const String&) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
| Параметр | Тип | Описание |
|---|---|---|
| name | const String& | Group имя. |
ReturnValue
Group with specified name.
См. также
- 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
| Параметр | Тип | Описание |
|---|---|---|
| index | int | Group индекс. |
ReturnValue
Group with specified index.
См. также
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++