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

適用於