IEngine2.GetGlobalScope Methode

Definition

Ruft bei Implementierung in einer Klasse das globale Bereichsobjekt ab.

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

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

Gibt zurück

IVsaScriptScope

Das globale Bereichsobjekt.

Gilt für

Siehe auch