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 值。

适用于