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.Page 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.Page for C++