MatchInfo.ToEmphasizedString(String) Method
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.
Returns the string representation of the match object same format as ToString() and inverts the color of the matched text if virtual terminal is supported.
public string ToEmphasizedString (string directory);
member this.ToEmphasizedString : string -> string
Public Function ToEmphasizedString (directory As String) As String
Parameters
- directory
- String
Directory to use as the root when calculating the relative path.
Returns
The string representation of the match object with matched text inverted.