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 与全局范围关联的值。

适用于