IDebugScriptScope Gränssnitt

Definition

Definierar metoder som anger det this värde som är associerat med det globala omfånget. Används av VsaEngine.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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
Attribut

Metoder

Name Description
SetThisValue(Object)

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

När det implementeras i en klass anger du det this värde som är associerat med det globala omfånget.

Gäller för