System::Text::RegularExpressions::GroupCollection::idx_get طريقة
GroupCollection::idx_get(int) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(int index) const override
| معامل | نوع | الوصف |
|---|---|---|
| index | int | Group فهرس. |
ReturnValue
Group with specified index.
انظر أيضًا
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++
GroupCollection::idx_get(String) const method
Group accessor.
virtual GroupPtr System::Text::RegularExpressions::GroupCollection::idx_get(String name) const
| معامل | نوع | الوصف |
|---|---|---|
| name | String | Group الاسم. |
ReturnValue
Group with specified name.
انظر أيضًا
- Typedef GroupPtr
- Class String
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++