IJSVsaSite Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
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żliwia komunikację między hostem a aparatem skryptów. Ten interfejs jest implementowany przez hosta.
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
- Pochodne
- Atrybuty
Metody
GetCompiledState(Byte[], Byte[]) |
Przestarzałe.
Pobiera skompilowany stan aparatu skryptów i, opcjonalnie, skojarzone informacje o debugowaniu. |
GetEventSourceInstance(String, String) |
Przestarzałe.
Pobiera odwołanie do źródła zdarzeń wcześniej dodanego do aparatu skryptów przy użyciu AddEventSource(String, String) metody . |
GetGlobalInstance(String) |
Przestarzałe.
Pobiera odwołanie do elementu globalnego, takiego jak obiekt aplikacji dostarczanej przez hosta. |
Notify(String, Object) |
Przestarzałe.
Powiadamia hosta o zdarzeniach generowanych przez aparat skryptów platformy .NET. |
OnCompilerError(IJSVsaError) |
Przestarzałe.
Powiadamia hosta o sposobie reagowania na błędy kompilatora napotkane przez aparat skryptów. |