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

Gets the text that was captured.

string Text { get; }

Property Value

string:

The text that was captured.

Inherited Members