IDebugScriptScope Interface

Definitie

Definieert methoden die de this waarde instellen die is gekoppeld aan het globale bereik. Gebruikt door de VsaEngine.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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
Kenmerken

Methoden

Name Description
SetThisValue(Object)

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Als deze wordt geïmplementeerd in een klasse, stelt u de this waarde in die is gekoppeld aan het globale bereik.

Van toepassing op