BaseCodeGenerator.GeneratorErrorCallback, méthode
Espace de noms : Microsoft.VisualStudio.TextTemplating.VSHost
Assembly : Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (dans Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)
Syntaxe
'Déclaration
Protected Overridable Sub GeneratorErrorCallback ( _
warning As Boolean, _
level As Integer, _
message As String, _
line As Integer, _
column As Integer _
)
protected virtual void GeneratorErrorCallback(
bool warning,
int level,
string message,
int line,
int column
)
protected:
virtual void GeneratorErrorCallback(
bool warning,
int level,
String^ message,
int line,
int column
)
abstract GeneratorErrorCallback :
warning:bool *
level:int *
message:string *
line:int *
column:int -> unit
override GeneratorErrorCallback :
warning:bool *
level:int *
message:string *
line:int *
column:int -> unit
protected function GeneratorErrorCallback(
warning : boolean,
level : int,
message : String,
line : int,
column : int
)
Paramètres
- warning
Type : System.Boolean
- level
Type : System.Int32
- message
Type : System.String
- line
Type : System.Int32
- column
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TextTemplating.VSHost, espace de noms