VsaEngine.InitVsaEngine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
InitVsaEngine(String, IJSVsaSite) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the VsaEngine. |
InitVsaEngine(String, IVsaSite) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the VsaEngine. |
InitVsaEngine(String, IJSVsaSite)
Initializes the VsaEngine.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual void InitVsaEngine(System::String ^ rootMoniker, Microsoft::JScript::Vsa::IJSVsaSite ^ site);
public void InitVsaEngine (string rootMoniker, Microsoft.JScript.Vsa.IJSVsaSite site);
abstract member InitVsaEngine : string * Microsoft.JScript.Vsa.IJSVsaSite -> unit
override this.InitVsaEngine : string * Microsoft.JScript.Vsa.IJSVsaSite -> unit
Public Sub InitVsaEngine (rootMoniker As String, site As IJSVsaSite)
Parameters
- rootMoniker
- String
The root moniker of the script engine.
- site
- IJSVsaSite
The host-implemented IJSVsaSite object that is used by the script engine to communicate with the host.
Implements
Applies to
InitVsaEngine(String, IVsaSite)
Initializes the VsaEngine.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual void InitVsaEngine(System::String ^ rootMoniker, Microsoft::Vsa::IVsaSite ^ site);
public void InitVsaEngine (string rootMoniker, Microsoft.Vsa.IVsaSite site);
abstract member InitVsaEngine : string * Microsoft.Vsa.IVsaSite -> unit
override this.InitVsaEngine : string * Microsoft.Vsa.IVsaSite -> unit
Public Sub InitVsaEngine (rootMoniker As String, site As IVsaSite)
Parameters
- rootMoniker
- String
The root moniker of the script engine.
- site
- IVsaSite
The host-implemented IVsaSite object that is used by the script engine to communicate with the host.