IJSVsaError Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaució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.
Proporciona acceso a los errores de compilación detectados durante la ejecució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
- Derivado
- Atributos
Propiedades
| Nombre | Description |
|---|---|
| Description |
Obsoletos.
Obtiene una breve descripción del error, en algunos casos devolviendo una referencia al token en el código fuente que está causando el error. |
| EndColumn |
Obsoletos.
Obtiene el número de columna final del texto de origen que provocó el error, si está disponible. |
| Line |
Obsoletos.
Obtiene el número de línea en el que se produce un error. |
| LineText |
Obsoletos.
Obtiene el texto del código fuente de la línea que provocó el error. |
| Number |
Obsoletos.
Obtiene un número que identifica de forma única el error. |
| Severity |
Obsoletos.
Establece la gravedad del error. |
| SourceItem |
Obsoletos.
Obtiene una referencia al IJSVsaItem objeto que generó el error. |
| SourceMoniker |
Obsoletos.
Obtiene el nombre completo del elemento de origen que contenía el error, en un formato reconocible por el motor de scripts. |
| StartColumn |
Obsoletos.
Obtiene el número de columna inicial del texto de origen que provocó el error, si está disponible. |