System::Text::RegularExpressions::Match::AddCapture 方法

Match::AddCapture method

向匹配中添加捕获。

void System::Text::RegularExpressions::Match::AddCapture(const CapturePtr &item)
ParameterType描述
itemconst CapturePtr&要添加的项。

另见