IDebugScriptScope Interfaccia

Definizione

Definisce i metodi che impostano il valore this associato all'ambito globale. Viene utilizzato dalla proprietà VsaEngine.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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
Attributi

Metodi

SetThisValue(Object)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Se implementato in una classe, imposta il valore this associato all'ambito globale.

Si applica a