Freigeben über


VsaEngine.GetMainScope Methode

Definition

Mit dieser Methode wird der Hauptbereich abgerufen.

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

public:
 Microsoft::JScript::GlobalScope ^ GetMainScope();
public Microsoft.JScript.GlobalScope GetMainScope ();
member this.GetMainScope : unit -> Microsoft.JScript.GlobalScope
Public Function GetMainScope () As GlobalScope

Gibt zurück

GlobalScope

Dies ist der Hauptbereich.

Gilt für