xCompilerOutput.compilerOutputMessage 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.
protected:
virtual void compilerOutputMessage(System::String ^ _path, int _errorCode, int _line, int _col, int _severity, System::String ^ _errorString, System::String ^ _propertyName);
protected virtual void compilerOutputMessage (string _path, int _errorCode, int _line, int _col, int _severity, string _errorString, string _propertyName);
abstract member compilerOutputMessage : string * int * int * int * int * string * string -> unit
override this.compilerOutputMessage : string * int * int * int * int * string * string -> unit
Protected Overridable Sub compilerOutputMessage (_path As String, _errorCode As Integer, _line As Integer, _col As Integer, _severity As Integer, _errorString As String, _propertyName As String)
Parameters
- _path
- String
- _errorCode
- Int32
- _line
- Int32
- _col
- Int32
- _severity
- Int32
- _errorString
- String
- _propertyName
- String