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.Page 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.Page 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.Page for C++