IDebugScriptScope Interface

Definition

Defines methods that set the this value that is associated with the global scope. Used by the VsaEngine.

This API supports the product infrastructure and is not intended to be used directly from your code.

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
Attributes

Methods

SetThisValue(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a class, sets the this value that is associated with the global scope.

Applies to