Freigeben über


IVsaSite Schnittstelle

Definition

Achtung

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.

Aktiviert die Kommunikation zwischen dem Host und der Skript-Engine. Diese Schnittstelle wird durch den Host implementiert.

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
Abgeleitet
Attribute

Methoden

GetCompiledState(Byte[], Byte[])
Veraltet.

Ruft den kompilierten Zustand einer Skript-Engine ab, und ruft optional zugeordnete Debuginformationen ab.

GetEventSourceInstance(String, String)
Veraltet.

Ruft einen Verweis auf eine Ereignisquelle ab, die zuvor mit der AddEventSource-Methode einer Skript-Engine hinzugefügt wurde.

GetGlobalInstance(String)
Veraltet.

Ruft einen Verweis auf ein globales Element ab, z. B. auf das vom Host bereitgestellte Anwendungsobjekt.

Notify(String, Object)
Veraltet.

Benachrichtigt den Host über von der .NET-Skript-Engine generierte Ereignisse.

OnCompilerError(IVsaError)
Veraltet.

Benachrichtigt den Host darüber, wie auf in der Skript-Engine aufgetretene Compilerfehler reagiert werden soll.

Gilt für: