다음을 통해 공유


IScriptableHostedApp.LoadScript Method

Loads the Script for the hosted application.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As IScriptableHostedApp
Dim scriptName As String

instance.LoadScript(scriptName)

Syntax

'Declaration
Sub LoadScript ( _
    scriptName As String _
)
void LoadScript (
    string scriptName
)
void LoadScript (
    String^ scriptName
)
void LoadScript (
    String scriptName
)
function LoadScript (
    scriptName : String
)

Parameters

  • scriptName

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IScriptableHostedApp Interface
IScriptableHostedApp Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.