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
屬性

方法

名稱 Description
SetThisValue(Object)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

當實作於類別時,會設定 this 與全域作用域相關的值。

適用於