INeedEngine.GetEngine Metod

Definition

När den implementeras i en klass får du en referens till skriptmotorn.

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

public:
 Microsoft::JScript::Vsa::VsaEngine ^ GetEngine();
public Microsoft.JScript.Vsa.VsaEngine GetEngine();
abstract member GetEngine : unit -> Microsoft.JScript.Vsa.VsaEngine
Public Function GetEngine () As VsaEngine

Returer

En referens till skriptmotorn.

Gäller för

Se även