ITextTemplatingCallback.ErrorCallback Method
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
Syntax
'Declaration
Sub ErrorCallback ( _
warning As Boolean, _
message As String, _
line As Integer, _
column As Integer _
)
void ErrorCallback(
bool warning,
string message,
int line,
int column
)
void ErrorCallback(
bool warning,
String^ message,
int line,
int column
)
abstract ErrorCallback :
warning:bool *
message:string *
line:int *
column:int -> unit
function ErrorCallback(
warning : boolean,
message : String,
line : int,
column : int
)
Parameters
- warning
Type: Boolean
- message
Type: String
- line
Type: Int32
- column
Type: 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.