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 | 그룹 인덱스. |
ReturnValue
Group with specified index.
또 보기
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Page 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.Page for C++