IDebugScriptScope インターフェイス

定義

グローバル スコープに関連付けられている this 値を設定するメソッドを定義します。 VsaEngine で使用します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public interface class IDebugScriptScope
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("59447635-3E26-4873-BF26-05F173B80F5E")]
public interface IDebugScriptScope
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("59447635-3E26-4873-BF26-05F173B80F5E")>]
type IDebugScriptScope = interface
Public Interface IDebugScriptScope
属性

メソッド

SetThisValue(Object)

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

クラスで実装される場合、グローバル スコープに関連付けられている this 値を設定します。

適用対象