Méthode 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
| Paramètre | Type | Description |
|---|---|---|
| name | const String& | Nom Group. |
ReturnValue
Group with specified name.
Voir aussi
- 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
| Paramètre | Type | Description |
|---|---|---|
| index | int | Group indice. |
ReturnValue
Group with specified index.
Voir aussi
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++