Share via


IVsaError (Interfaz)

Nota: Esta API está obsoleta.

Proporciona acceso a los errores de compilación ocurridos durante la ejecución del método IVsaEngine.Compile Method.

Espacio de nombres:  Microsoft.Vsa
Ensamblado:  Microsoft.Vsa (en Microsoft.Vsa.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("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.")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")> _
Public Interface IVsaError
[ObsoleteAttribute("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.")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
public interface IVsaError
[ObsoleteAttribute(L"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.")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")]
public interface class IVsaError
[<ObsoleteAttribute("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.")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E0C0FFE4-7eea-4ee2-b7e4-0080c7eb0b74")>]
type IVsaError =  interface end
public interface IVsaError

El tipo IVsaError expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Description 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.
Propiedad pública EndColumn Obtiene el número de la columna final del texto de origen que causó el error, si está disponible.
Propiedad pública Line Obtiene el número de línea en que se produce un error.
Propiedad pública LineText Obtiene el texto del código fuente a partir de la línea que produjo el error.
Propiedad pública Number Obtiene un número que identifica el error de forma única.
Propiedad pública Severity Establece la gravedad del error.
Propiedad pública SourceItem Obtiene una referencia al objeto IVsaItem que generó el error.
Propiedad pública SourceMoniker Obtiene el nombre completo del elemento de origen que contenía el error en un formato reconocible por el motor de scripts.
Propiedad pública StartColumn Obtiene el número de la columna inicial del texto de origen que causó el error, si está disponible.

Arriba

Vea también

Referencia

Microsoft.Vsa (Espacio de nombres)