IJSVsaSite 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 IJSVsaSite
[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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("605A62B5-3BA8-49E0-A056-0A6A7A5846A3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaSite
[<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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("605A62B5-3BA8-49E0-A056-0A6A7A5846A3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaSite = interface
Public Interface IJSVsaSite
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(String, String).

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(IJSVsaError)
Obsoleti.

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

Si applica a