GlobalScope.GetDefaultThisObject Methode

Definitie

Hiermee wordt het huidige standaardbereik opgehaald. Dit is het ingesloten object van een with instructiebereik of het globale bereik.

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

public:
 override System::Object ^ GetDefaultThisObject();
public override object GetDefaultThisObject();
override this.GetDefaultThisObject : unit -> obj
Public Overrides Function GetDefaultThisObject () As Object

Retouren

Dit object.

Van toepassing op

Zie ook