Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public interface CaptureCollection :
    ISimpleCollection<Capture>,
    IEnumerable<Capture>,
    IEnumerable,
    ICollection

Remarks

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

See Also