Método IVsGeneratorProgress.GeneratorError
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (em Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- warning
Tipo: System.Boolean
- level
Tipo: System.Int32
- errorText
Tipo: System.String
- line
Tipo: System.Int32
- column
Tipo: System.Int32
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.