IScriptableHostedApp.LoadScript(String) 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.
Loads the Script for the hosted application.
public:
void LoadScript(System::String ^ scriptName);
public void LoadScript (string scriptName);
abstract member LoadScript : string -> unit
Public Sub LoadScript (scriptName As String)
Parameters
- scriptName
- String