Sdílet prostřednictvím


IJSVsaSite Rozhraní

Definice

Upozornění

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.

Umožňuje komunikaci mezi hostitelem a skriptovacím strojem. Toto rozhraní implementuje hostitel.

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
Odvozené
Atributy

Metody

GetCompiledState(Byte[], Byte[])
Zastaralé.

Získá kompilovaný stav skriptovacího stroje a volitelně přidružené informace ladění.

GetEventSourceInstance(String, String)
Zastaralé.

Získá odkaz na zdroj události dříve přidaný do skriptovacího stroje pomocí AddEventSource(String, String) metody.

GetGlobalInstance(String)
Zastaralé.

Získá odkaz na globální položku, například objekt hostitelské aplikace.

Notify(String, Object)
Zastaralé.

Upozorní hostitele na události vygenerované skriptovacím strojem .NET.

OnCompilerError(IJSVsaError)
Zastaralé.

Upozorní hostitele na to, jak reagovat na chyby kompilátoru zjištěné skriptovacím strojem.

Platí pro