System::Text::RegularExpressions::GroupCollection::get_Item metode
GroupCollection::get_Item(const String&) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::get_Item(const String &name) const
| Parameter | Tipe | Deskripsi |
|---|---|---|
| name | const String& | Group nama. |
ReturnValue
Group with specified name.
Lihat Juga
- 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
| Parameter | Tipe | Deskripsi |
|---|---|---|
| index | int | Group indeks. |
ReturnValue
Group with specified index.
Lihat Juga
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++