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