IVsaError Interfejs

Definicja

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 Compile() metody.

public interface class IVsaError
[System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaError
[System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[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.")]
public interface IVsaError
[<System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaError = interface
[<System.Runtime.InteropServices.Guid("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<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.")>]
type IVsaError = interface
Public Interface IVsaError
Pochodne
Atrybuty

Właściwości

Description
Przestarzałe.

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
Przestarzałe.

Pobiera końcowy numer kolumny dla tekstu źródłowego, który spowodował błąd, jeśli jest dostępny.

Line
Przestarzałe.

Pobiera numer wiersza, na którym występuje błąd.

LineText
Przestarzałe.

Pobiera tekst kodu źródłowego z wiersza, który spowodował błąd.

Number
Przestarzałe.

Pobiera liczbę, która jednoznacznie identyfikuje błąd.

Severity
Przestarzałe.

Pobiera ważność błędu.

SourceItem
Przestarzałe.

Pobiera odwołanie do IVsaItem obiektu, który wygenerował błąd.

SourceMoniker
Przestarzałe.

Pobiera w pełni kwalifikowaną nazwę elementu źródłowego, który zawierał błąd, w formacie rozpoznawalnym przez aparat skryptów.

StartColumn
Przestarzałe.

Pobiera numer kolumny początkowej dla tekstu źródłowego, który spowodował błąd, jeśli jest dostępny.

Dotyczy