Teilen über


GlobalScope.GetGlobalScope Methode

Definition

Ruft den globalen Bereich ab, indem ein Verweis auf dieses Objekt zurückgegeben wird.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Gibt zurück

GlobalScope

Dieses Objekt.

Gilt für

Siehe auch