Share via


IVsGeneratorProgress.GeneratorError Method

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

IVsGeneratorProgress Interface

Microsoft.VisualStudio.TextTemplating.VSHost Namespace