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 对象的值。

适用于