IVsaError 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 ocurridos durante la ejecución del método Compile().
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
- Derivado
- Atributos
Propiedades
Description |
Obsoletos.
Obtiene una breve descripción del error y en algunos casos devuelve una referencia al token del código fuente que está produciendo el error. |
EndColumn |
Obsoletos.
Obtiene el número de la columna final del texto de origen que causó el error, si está disponible. |
Line |
Obsoletos.
Obtiene el número de línea en que se produce un error. |
LineText |
Obsoletos.
Obtiene el texto del código fuente a partir de la línea que produjo el error. |
Number |
Obsoletos.
Obtiene un número que identifica el error de forma única. |
Severity |
Obsoletos.
Obtiene la gravedad del error. |
SourceItem |
Obsoletos.
Obtiene una referencia al objeto IVsaItem 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 la columna inicial del texto de origen que causó el error, si está disponible. |