IVsaSite Interface

Définition

Attention

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.

Permet la communication entre l'hôte et le moteur de script. Cette interface est implémentée par l'hôte.

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
Dérivé
Attributs

Méthodes

GetCompiledState(Byte[], Byte[])
Obsolète.

Obtient l'état compilé d'un moteur de script et, éventuellement, les informations de débogage associées.

GetEventSourceInstance(String, String)
Obsolète.

Obtient une référence à une source d’événement précédemment ajoutée à un moteur de script à l’aide de la méthode AddEventSource.

GetGlobalInstance(String)
Obsolète.

Obtient une référence à un élément global, tel que l'objet d'application fourni par l'hôte.

Notify(String, Object)
Obsolète.

Indique à l'hôte les événements générés par le moteur de script .NET.

OnCompilerError(IVsaError)
Obsolète.

Indique à l'hôte comment répondre aux erreurs de compilation rencontrées par le moteur de script.

S’applique à