Back to Devexpress

GroupCollection Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-47008076.md

latest1.4 KB
Original Source

GroupCollection Interface

Represents character groups matched by the pattern.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface GroupCollection :
    ISimpleCollection<Group>,
    IEnumerable<Group>,
    IEnumerable,
    ICollection
vb
<ComVisible(True)>
Public Interface GroupCollection
    Inherits ISimpleCollection(Of Group),
             IEnumerable(Of Group),
             IEnumerable,
             ICollection

The following members return GroupCollection objects:

Remarks

For a certain match, the GroupCollection instance contains the set of captured groups in this match.

See Also

GroupCollection Members

DevExpress.XtraRichEdit.API.Native Namespace