FileSearchMatch Class

Definition

Represents a match found within a file during a search operation.

public sealed class FileSearchMatch
type FileSearchMatch = class
Public NotInheritable Class FileSearchMatch
Inheritance
FileSearchMatch

Constructors

Name Description
FileSearchMatch()

Properties

Name Description
Line

Gets or sets the content of the matching line.

LineNumber

Gets or sets the 1-based line number where the match was found.

Applies to