IDebugScriptScope Interfaz

Definición

Define métodos que establecen el this valor asociado al ámbito global. Usado por .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

Nombre Description
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 this valor asociado al ámbito global.

Se aplica a