System::Text::RegularExpressions::GroupCollection::get_Item metodu
GroupCollection::get_Item(const String&) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
| Parametre | Tür | Açıklama |
|---|---|---|
| name | const String& | Group adı. |
ReturnValue
Group with specified name.
Ayrıca Bakınız
- 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
| Parametre | Tür | Açıklama |
|---|---|---|
| index | int | Group dizini. |
ReturnValue
Group with specified index.
Ayrıca Bakınız
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++