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) |
スクリプト エンジンで発生したコンパイラ エラーに応答する方法について、ホストに通知します。 |