AddCapture()

CaptureCollection::AddCapture(const CapturePtr&) method

Service method to add capture into collection.

void System::Text::RegularExpressions::CaptureCollection::AddCapture(const CapturePtr &item)

Arguments

ParameterTypeDescription
itemconst CapturePtr&Item to add.

See Also