Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)
Syntax
'Declaration
Public Sub ErrorCallback ( _
    warning As Boolean, _
    message As String, _
    line As Integer, _
    column As Integer _
)
public void ErrorCallback(
    bool warning,
    string message,
    int line,
    int column
)
public:
virtual void ErrorCallback(
    bool warning, 
    String^ message, 
    int line, 
    int column
) sealed
abstract ErrorCallback : 
        warning:bool * 
        message:string * 
        line:int * 
        column:int -> unit  
override ErrorCallback : 
        warning:bool * 
        message:string * 
        line:int * 
        column:int -> unit
public final function ErrorCallback(
    warning : boolean, 
    message : String, 
    line : int, 
    column : int
)
Parameters
- warning
Type: System.Boolean 
- message
Type: System.String 
- line
Type: System.Int32 
- column
Type: System.Int32 
Implements
ITextTemplatingCallback.ErrorCallback(Boolean, String, Int32, Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.