Back to Devexpress

Capture Interface

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

latest1.1 KB
Original Source

Capture Interface

Represents the part of string matched by the group expression (the string matched by a subexpression of group expression).

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface Capture
vb
<ComVisible(True)>
Public Interface Capture

Remarks

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

See Also

Capture Members

DevExpress.XtraRichEdit.API.Native Namespace