IVsaSite (Interfaz)
Nota: esta API ya está obsoleta.
Habilita la comunicación entre el host y el motor de scripts.Esta interfaz es implementada por el host.
Espacio de nombres: Microsoft.Vsa
Ensamblado: Microsoft.Vsa (en Microsoft.Vsa.dll)
Sintaxis
'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<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.")> _
<GuidAttribute("E0C0FFE2-7eea-4ee2-b7e4-0080c7eb0b74")> _
Public Interface IVsaSite
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[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.")]
[GuidAttribute("E0C0FFE2-7eea-4ee2-b7e4-0080c7eb0b74")]
public interface IVsaSite
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[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.")]
[GuidAttribute(L"E0C0FFE2-7eea-4ee2-b7e4-0080c7eb0b74")]
public interface class IVsaSite
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<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.")>]
[<GuidAttribute("E0C0FFE2-7eea-4ee2-b7e4-0080c7eb0b74")>]
type IVsaSite = interface end
public interface IVsaSite
El tipo IVsaSite expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
GetCompiledState | Obtiene el estado compilado de un motor de scripts y, opcionalmente, la información de depuración asociada. | |
GetEventSourceInstance | Obtiene una referencia a un origen de eventos agregado anteriormente a un motor de scripts utilizando el método AddEventSource. | |
GetGlobalInstance | Obtiene una referencia a un elemento global, por ejemplo, el objeto Application proporcionado por el host. | |
Notify | Notifica al host los eventos generados por el motor de scripts de .NET. | |
OnCompilerError | Notifica al host cómo se ha de responder a los errores del compilador que encontró el motor de scripts. |
Arriba