次の方法で共有


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 オブジェクトとして使用する値。

適用対象