IJSVsaError Interfaccia

Definizione

Attenzione

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.

Fornisce l'accesso agli errori di compilazione rilevati durante l'esecuzione.

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
Derivato
Attributi

Proprietà

Description
Obsoleti.

Ottiene una breve descrizione dell'errore, restituendo, in alcuni casi, un riferimento al token presente nel codice sorgente che genera l'errore.

EndColumn
Obsoleti.

Ottiene il numero dell'ultima colonna del testo di origine che ha generato l'errore, se presente.

Line
Obsoleti.

Ottiene il numero della riga in cui si è verificato un errore.

LineText
Obsoleti.

Ottiene il testo del codice sorgente dalla riga che ha causato l'errore.

Number
Obsoleti.

Ottiene un numero che identifica l'errore in modo univoco.

Severity
Obsoleti.

Imposta il livello di gravità dell'errore.

SourceItem
Obsoleti.

Ottiene un riferimento all'oggetto IJSVsaItem che ha generato l'errore.

SourceMoniker
Obsoleti.

Ottiene il nome completo dell'elemento di origine in cui era presente l'errore, in un formato riconoscibile dal motore di script.

StartColumn
Obsoleti.

Ottiene il numero della prima colonna del testo di origine che ha generato l'errore, se presente.

Si applica a