Interface IVsaSite
Observação: esta API agora é obsoleta.
Permite a comunicação entre o host e o mecanismo de script. Essa interface é implementada pelo host.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (em Microsoft.Vsa.dll)
Sintaxe
'Declaração
<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
O tipo IVsaSite expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
GetCompiledState | Obtém o estado compilado de um mecanismo de script e, opcionalmente, associados a informações de depuração. | |
GetEventSourceInstance | Obtém uma referência a uma fonte de evento adicionou anteriormente para um mecanismo de script usando o AddEventSource método. | |
GetGlobalInstance | Obtém uma referência para um item global como o objeto de aplicativo fornecido pelo host. | |
Notify | Notifica o host sobre eventos gerados pelo mecanismo de script do .NET. | |
OnCompilerError | Notifica o host sobre como responder a erros de compilador encontrados pelo mecanismo de script. |
Superior