Share via


IVsaSite Interfaccia

Definizione

Attenzione

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.

Abilita la comunicazione tra l'host e il motore di script. Questa interfaccia viene implementata dall'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
Derivato
Attributi

Metodi

GetCompiledState(Byte[], Byte[])
Obsoleti.

Ottiene lo stato compilato di un motore di script e, facoltativamente, le informazioni di debug associate.

GetEventSourceInstance(String, String)
Obsoleti.

Ottiene un riferimento a un'origine eventi precedentemente aggiunta a un motore di script mediante il metodo AddEventSource.

GetGlobalInstance(String)
Obsoleti.

Ottiene un riferimento a un elemento Global, ad esempio l'oggetto applicazione fornito dall'host.

Notify(String, Object)
Obsoleti.

Notifica all'host gli eventi generati dal motore di script .NET.

OnCompilerError(IVsaError)
Obsoleti.

Notifica all'host le modalità di risposta agli errori di compilazione rilevati dal motore di script.

Si applica a