IDebugScriptScope Interfaz

Definición

Define los métodos que establecen el valor this asociado al ámbito global. Esta interfaz la utiliza VsaEngine.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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
Atributos

Métodos

SetThisValue(Object)

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

Cuando se implementa en una clase, establece el valor this asociado al ámbito global.

Se aplica a