IVsaSite インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 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 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
- 派生
- 属性
メソッド
| 名前 | 説明 |
|---|---|
| GetCompiledState(Byte[], Byte[]) |
古い.
スクリプト エンジンのコンパイル済み状態と、必要に応じて関連するデバッグ情報を取得します。 |
| GetEventSourceInstance(String, String) |
古い.
AddEventSource メソッドを使用してスクリプト エンジンに以前に追加されたイベント ソースへの参照を取得します。 |
| GetGlobalInstance(String) |
古い.
ホスト指定のアプリケーション オブジェクトなど、グローバル項目への参照を取得します。 |
| Notify(String, Object) |
古い.
.NET スクリプト エンジンによって生成されたイベントについてホストに通知します。 |
| OnCompilerError(IVsaError) |
古い.
スクリプト エンジンによって発生したコンパイラ エラーに応答する方法についてホストに通知します。 |