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++