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.GetGroupImpl

Caches the Group object.

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

Parameters

groupnum
The match group number desired.

See Also

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