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 modulem. Toto rozhraní je implementováno hostitelem.

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

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

Získá zkompilovaný stav skriptovacího modulu a volitelně přidružené informace o 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 aplikace poskytovaný hostitelem.

Notify(String, Object)
Zastaralé.

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

OnCompilerError(IJSVsaError)
Zastaralé.

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

Platí pro