IDebugScriptScope 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义用于设置与全局范围关联的 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 支持产品基础结构,不能在代码中直接使用。 在类中实现时,设置与全局范围关联的 |