Sdílet prostřednictvím


BaseCodeGenerator.GeneratorErrorCallback – metoda

Obor názvů:  Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení:  Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (v Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)

Syntaxe

'Deklarace
Protected Overridable Sub GeneratorErrorCallback ( _
    warning As Boolean, _
    level As Integer, _
    message As String, _
    line As Integer, _
    column As Integer _
)
protected virtual void GeneratorErrorCallback(
    bool warning,
    int level,
    string message,
    int line,
    int column
)
protected:
virtual void GeneratorErrorCallback(
    bool warning, 
    int level, 
    String^ message, 
    int line, 
    int column
)
abstract GeneratorErrorCallback : 
        warning:bool * 
        level:int * 
        message:string * 
        line:int * 
        column:int -> unit  
override GeneratorErrorCallback : 
        warning:bool * 
        level:int * 
        message:string * 
        line:int * 
        column:int -> unit
protected function GeneratorErrorCallback(
    warning : boolean, 
    level : int, 
    message : String, 
    line : int, 
    column : int
)

Parametry

  • warning
    Typ: Boolean
  • level
    Typ: Int32
  • message
    Typ: String
  • line
    Typ: Int32
  • column
    Typ: Int32

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

BaseCodeGenerator Třída

Microsoft.VisualStudio.TextTemplating.VSHost – obor názvů