GlobalScope.GetGlobalScope Methode

Definitie

Hiermee haalt u het globale bereik op door een verwijzing naar dit object te retourneren.

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

public:
 override Microsoft::JScript::GlobalScope ^ GetGlobalScope();
public override Microsoft.JScript.GlobalScope GetGlobalScope();
override this.GetGlobalScope : unit -> Microsoft.JScript.GlobalScope
Public Overrides Function GetGlobalScope () As GlobalScope

Retouren

Dit object.

Van toepassing op

Zie ook