IVsGeneratorProgress.GeneratorError 方法

命名空间:  Microsoft.VisualStudio.TextTemplating.VSHost
程序集:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0(在 Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll 中)

语法

声明
Sub GeneratorError ( _
    warning As Boolean, _
    level As Integer, _
    errorText As String, _
    line As Integer, _
    column As Integer _
)
void GeneratorError(
    bool warning,
    int level,
    string errorText,
    int line,
    int column
)
void GeneratorError(
    bool warning, 
    int level, 
    String^ errorText, 
    int line, 
    int column
)
abstract GeneratorError : 
        warning:bool * 
        level:int * 
        errorText:string * 
        line:int * 
        column:int -> unit 
function GeneratorError(
    warning : boolean, 
    level : int, 
    errorText : String, 
    line : int, 
    column : int
)

参数

.NET Framework 安全性

请参见

参考

IVsGeneratorProgress 接口

Microsoft.VisualStudio.TextTemplating.VSHost 命名空间