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 | Group インデックス。 |
ReturnValue
Group with specified index.
参照
- Typedef GroupPtr
- Class GroupCollection
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++