IJSVsaSite 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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 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
- 派生
- 属性
方法
| 名称 | 说明 |
|---|---|
| GetCompiledState(Byte[], Byte[]) |
已过时.
获取脚本引擎的编译状态,以及(可选)关联的调试信息。 |
| GetEventSourceInstance(String, String) |
已过时.
获取对以前使用 AddEventSource(String, String) 该方法添加到脚本引擎的事件源的引用。 |
| GetGlobalInstance(String) |
已过时.
获取对全局项(如主机提供的应用程序对象)的引用。 |
| Notify(String, Object) |
已过时.
通知主机.NET脚本引擎生成的事件。 |
| OnCompilerError(IJSVsaError) |
已过时.
通知主机如何响应脚本引擎遇到的编译器错误。 |