IJSVsaSite Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
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.
Möjliggör kommunikation mellan värden och skriptmotorn. Det här gränssnittet implementeras av värden.
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
- Härledda
- Attribut
Metoder
| Name | Description |
|---|---|
| GetCompiledState(Byte[], Byte[]) |
Föråldrad.
Hämtar kompilerad status för en skriptmotor och, om du vill, associerad felsökningsinformation. |
| GetEventSourceInstance(String, String) |
Föråldrad.
Hämtar en referens till en händelsekälla som tidigare lagts till i en skriptmotor med hjälp av AddEventSource(String, String) metoden . |
| GetGlobalInstance(String) |
Föråldrad.
Hämtar en referens till ett globalt objekt, till exempel programobjektet som tillhandahålls av värden. |
| Notify(String, Object) |
Föråldrad.
Meddelar värden om händelser som genereras av .NET-skriptmotorn. |
| OnCompilerError(IJSVsaError) |
Föråldrad.
Meddelar värden om hur du svarar på kompilatorfel som påträffas av skriptmotorn. |