GlobalScope.GetGlobalScope Metod

Definition

Hämtar det globala omfånget genom att returnera en referens till det här objektet.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Returer

Det här objektet.

Gäller för

Se även