다음을 통해 공유


BaseCodeGenerator.GeneratorErrorCallback 메서드

네임스페이스:  Microsoft.VisualStudio.TextTemplating.VSHost
어셈블리:  Microsoft.VisualStudio.TextTemplating.VSHost.12.0(Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)

구문

‘선언
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
)

매개 변수

  • warning
    형식: Boolean
  • level
    형식: Int32
  • message
    형식: String
  • line
    형식: Int32
  • column
    형식: Int32

.NET Framework 보안

참고 항목

참조

BaseCodeGenerator 클래스

Microsoft.VisualStudio.TextTemplating.VSHost 네임스페이스