IJSVsaError Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
Zapewnia dostęp do błędów kompilacji napotkanych podczas wykonywania.
public interface class IJSVsaError
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("425EA439-6417-4F3E-BCC9-1AFAC79E3F66")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaError
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("425EA439-6417-4F3E-BCC9-1AFAC79E3F66")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaError = interface
Public Interface IJSVsaError
- Pochodne
- Atrybuty
Właściwości
Description |
Pobiera krótki opis błędu, w niektórych przypadkach zwraca odwołanie do tokenu w kodzie źródłowym, który powoduje błąd. |
EndColumn |
Pobiera numer końcowej kolumny dla tekstu źródłowego, który spowodował błąd, jeśli jest dostępny. |
Line |
Pobiera numer wiersza, na którym występuje błąd. |
LineText |
Pobiera tekst kodu źródłowego z wiersza, który spowodował błąd. |
Number |
Pobiera liczbę, która jednoznacznie identyfikuje błąd. |
Severity |
Ustawia ważność błędu. |
SourceItem |
Pobiera odwołanie do IJSVsaItem obiektu, który wygenerował błąd. |
SourceMoniker |
Pobiera w pełni kwalifikowaną nazwę elementu źródłowego, który zawiera błąd, w formacie rozpoznawalnym przez aparat skryptów. |
StartColumn |
Pobiera numer kolumny startowej dla tekstu źródłowego, który spowodował błąd, jeśli jest dostępny. |