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!

Group Class

Object
   Capture
      Group

[Visual Basic]
Public Class Group
   Inherits Capture
[C#]
public class Group : Capture
[C++]
public __gc class Group : public Capture
[JScript]
public class Group extends Capture

Remarks

Group inherits from Capture so that the last substring captured can be accessed directly. (That is, the Group instance itself is equivalent to Group.Captures.Item[Captures.Size- 1].)

Requirements

Namespace: System.Text.RegularExpressions

Assembly: System.Text.RegularExpressions.dll

Example

[Visual Basic]

See Also

Group Members | System.Text.RegularExpressions Namespace