IJSVsaError Interface

Definição

Cuidado

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.

Fornece acesso aos erros de compilação durante a execução.

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
Derivado
Atributos

Propriedades

Description
Obsoleto.

Obtém uma breve descrição do erro, em alguns casos, retornando uma referência ao token no código-fonte que está causando o erro.

EndColumn
Obsoleto.

Obtém o número de coluna final para o texto de origem que causou o erro, se disponível.

Line
Obsoleto.

Obtém o número de linha em que ocorreu um erro.

LineText
Obsoleto.

Obtém o texto do código-fonte da linha que causou o erro.

Number
Obsoleto.

Obtém um número que identifica o erro exclusivamente.

Severity
Obsoleto.

Define a gravidade do erro.

SourceItem
Obsoleto.

Obtém uma referência ao objeto IJSVsaItem que gerou o erro.

SourceMoniker
Obsoleto.

Obtém o nome totalmente qualificado do item de origem que continha o erro, em um formato reconhecido pelo mecanismo de script.

StartColumn
Obsoleto.

Obtém o número de coluna inicial para o texto de origem que causou o erro, se disponível.

Aplica-se a