IVsaSite 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 IVsaSite
[System.Runtime.InteropServices.Guid("E0C0FFE2-7eea-4ee2-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaSite
[System.Runtime.InteropServices.Guid("E0C0FFE2-7eea-4ee2-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[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.")]
public interface IVsaSite
[<System.Runtime.InteropServices.Guid("E0C0FFE2-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaSite = interface
[<System.Runtime.InteropServices.Guid("E0C0FFE2-7eea-4ee2-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<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.")>]
type IVsaSite = interface
Public Interface IVsaSite
- 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 metoden AddEventSource. |
| 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(IVsaError) |
Föråldrad.
Meddelar värden om hur du svarar på kompilatorfel som påträffas av skriptmotorn. |