IVsaSite Interface

Definição

Atenção

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.

Permite a comunicação entre o host e o motor de scripts. Esta interface é implementada pelo anfitrião.

public interface class IVsaSite
[System.Runtime.InteropServices.Guid("E0C0FFE2-7eea-4ee2-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaSite
[System.Runtime.InteropServices.Guid("E0C0FFE2-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 IVsaSite
[<System.Runtime.InteropServices.Guid("E0C0FFE2-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaSite = interface
[<System.Runtime.InteropServices.Guid("E0C0FFE2-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 IVsaSite = interface
Public Interface IVsaSite
Derivado
Atributos

Métodos

Name Description
GetCompiledState(Byte[], Byte[])
Obsoleto.

Obtém o estado compilado de um motor de scripts e, opcionalmente, a informação de depuração associada.

GetEventSourceInstance(String, String)
Obsoleto.

Obtém uma referência a uma fonte de eventos previamente adicionada a um motor de scripts usando o método AddEventSource.

GetGlobalInstance(String)
Obsoleto.

Recebe uma referência a um item global, como o objeto de aplicação fornecido pelo host.

Notify(String, Object)
Obsoleto.

Notifica o anfitrião sobre eventos gerados pelo motor de scripts .NET.

OnCompilerError(IVsaError)
Obsoleto.

Notifica o anfitrião sobre como responder a erros do compilador encontrados pelo motor de scripts.

Aplica-se a