Sdílet prostřednictvím


IJSVsaError Rozhraní

Definice

Upozornění

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.

Poskytuje přístup k chybám kompilace zjištěným během provádění.

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
Odvozené
Atributy

Vlastnosti

Description

Získá stručný popis chyby, v některých případech vrátí odkaz na token ve zdrojovém kódu, který způsobuje chybu.

EndColumn

Získá číslo koncového sloupce pro zdrojový text, který způsobil chybu, pokud je k dispozici.

Line

Získá číslo řádku, u kterého dojde k chybě.

LineText

Získá text zdrojového kódu z řádku, který způsobil chybu.

Number

Vrátí číslo, které chybu jednoznačně identifikuje.

Severity

Nastaví závažnost chyby.

SourceItem

Získá odkaz na IJSVsaItem objekt, který vygeneroval chybu.

SourceMoniker

Získá plně kvalifikovaný název zdrojové položky, která obsahuje chybu, ve formátu, který rozpozná skriptovací stroj.

StartColumn

Získá číslo počátečního sloupce pro zdrojový text, který způsobil chybu, pokud je k dispozici.

Platí pro