NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Match.GetGroup

[Visual Basic]
Overridable Protected Function GetGroup( _
   ByVal groupnum As Integer _
) As Group
[C#]
protected virtual Group GetGroup(
   int groupnum
);
[C++]
protected: virtual Group* GetGroup(
   int groupnum
);
[JScript]
protected function GetGroup(
   groupnum : int
) : Group;

Parameters

groupnum
The match group number desired.

See Also

Match Class | Match Members | System.Text.RegularExpressions Namespace