Share via


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

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
Odvozené
Atributy

Metody

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

Získá kompilovaný stav skriptovacího stroje a volitelně přidružené informace ladění.

GetEventSourceInstance(String, String)
Zastaralé.

Získá odkaz na zdroj událostí dříve přidaný skriptovací stroj pomocí AddEventSource metoda.

GetGlobalInstance(String)
Zastaralé.

Získá odkaz na globální položku, například objekt hostitelské aplikace.

Notify(String, Object)
Zastaralé.

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

OnCompilerError(IVsaError)
Zastaralé.

Upozorní hostitele na to, jak reagovat na chyby kompilátoru, ke kterým došlo ve skriptovacím stroji.

Platí pro