Matches VisualStudio style error/warning format. The groups returned are as follows: path = The file path (due caution should be taken to ensure this is a file path) line = The line number if any pos = The line position if any error = Was it tagged as an error? warning = Was it tagged as a warning? id = The error/warning id if provided message = The remainder of the text line
Syntax
Visual Basic (Declaration) | |
---|
Public Shared VSErrorMessage As Regex |
C# | |
---|
public static Regex VSErrorMessage |
Requirements
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
See Also