In This Article

ISearchCapture Interface

Provides the base requirements for a single capture by a regular expression match within an ISearchResult.

public interface ISearchCapture : ITextRangeProvider, IKeyedObject

Properties

Text

The text that was captured.

string Text { get; }

Property Value

string

Inherited Members

Extension Methods