Back to Devexpress

CaptureCollection Interface

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

latest1.5 KB
Original Source

CaptureCollection Interface

Represents a sequence of captured substrings as the set of captures executed by a single capturing group.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

The following members return CaptureCollection objects:

Remarks

A object exposing this interface can be accessed as an item of the collection, obtained via the Group.Captures property.

See Also

CaptureCollection Members

DevExpress.XtraRichEdit.API.Native Namespace