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 modulem. 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

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

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

GetEventSourceInstance(String, String)
Zastaralé.

Získá odkaz na zdroj události dříve přidán do skriptovací modul pomocí AddEventSource metoda.

GetGlobalInstance(String)
Zastaralé.

Získá odkaz na globální položku, například objekt aplikace poskytovaný hostitelem.

Notify(String, Object)
Zastaralé.

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

OnCompilerError(IVsaError)
Zastaralé.

Upozorní hostitele, jak reagovat na chyby kompilátoru zjištěné skriptovacím modulem.

Platí pro