System::Text::RegularExpressions::GroupCollection::operator[] 方法
GroupCollection::operator[](const String&) const method
Group accessor.
GroupPtr System::Text::RegularExpressions::GroupCollection::operator[](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::operator method
Group accessor.
vector_t::reference System::Collections::Generic::List<GroupPtr>::operator[](int index)
另见
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++
GroupCollection::operator const method
Group accessor.
vector_t::const_reference System::Collections::Generic::List<GroupPtr>::operator[](int index) const
另见
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++