IVsaSite Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
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.
Habilita a comunicação entre o host e o mecanismo de script. Essa interface é implementada pelo host.
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
GetCompiledState(Byte[], Byte[]) |
Obsoleto.
Obtém o estado compilado de um mecanismo de script e, opcionalmente, as informações de depuração associadas. |
GetEventSourceInstance(String, String) |
Obsoleto.
Obtém uma referência a uma origem do evento adicionada anteriormente a um mecanismo de script usando o método AddEventSource. |
GetGlobalInstance(String) |
Obsoleto.
Obtém uma referência para um item global como o objeto de aplicativo fornecido pelo host. |
Notify(String, Object) |
Obsoleto.
Notifica o host sobre os eventos gerados pelo mecanismo de script do .NET. |
OnCompilerError(IVsaError) |
Obsoleto.
Notifica o host sobre como responder a erros de compilador encontrados pelo mecanismo de script. |