IEngine2.GetGlobalScope Methode

Definitie

Wanneer dit wordt geïmplementeerd in een klasse, haalt u het globale bereikobject op.

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

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

Retouren

Het globale bereikobject.

Van toepassing op

Zie ook