IDebugScriptScope.SetThisValue(Object) メソッド

定義

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

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

public:
 void SetThisValue(System::Object ^ thisValue);
public void SetThisValue(object thisValue);
abstract member SetThisValue : obj -> unit
Public Sub SetThisValue (thisValue As Object)

パラメーター

thisValue
Object

グローバル スコープの this オブジェクトとして使用される値。

適用対象