IJSVsaSite Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 IJSVsaSite
[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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("605A62B5-3BA8-49E0-A056-0A6A7A5846A3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaSite
[<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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("605A62B5-3BA8-49E0-A056-0A6A7A5846A3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaSite = interface
Public Interface IJSVsaSite
- 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(String, String). |
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(IJSVsaError) |
Obsolète.
Indique à l'hôte comment répondre aux erreurs de compilation rencontrées par le moteur de script. |