IEngine2.GetGlobalScope Metod

Definition

När det implementeras i en klass hämtar det globala omfångsobjektet.

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

public:
 Microsoft::JScript::IVsaScriptScope ^ GetGlobalScope();
public Microsoft.JScript.IVsaScriptScope GetGlobalScope();
abstract member GetGlobalScope : unit -> Microsoft.JScript.IVsaScriptScope
Public Function GetGlobalScope () As IVsaScriptScope

Returer

Det globala omfångsobjektet.

Gäller för

Se även