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