FileSearchMatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |