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