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 支援此產品基礎結構,但無法直接用於程式碼之中。 在類別中實作時,設定與全域範圍相關聯的 |