IDebugScriptScope Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |