Metoda ITextTemplatingCallback.ErrorCallback —
Przestrzeń nazw: Microsoft.VisualStudio.TextTemplating.VSHost
Zestaw: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (w Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
Składnia
'Deklaracja
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
)
Parametry
- warning
Typ: System.Boolean
- message
Typ: System.String
- line
Typ: System.Int32
- column
Typ: System.Int32
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
ITextTemplatingCallback Interfejs
Przestrzeń nazw Microsoft.VisualStudio.TextTemplating.VSHost