다음을 통해 공유


IScriptableHostedApp Members

Host application that has scripting support

The following tables list the members exposed by the IScriptableHostedApp type.

Public Properties

  Name Description
public property ApplicationID  Gets the application ID. (inherited from IHostedApplication)
public property ApplicationName  Gets the application name. (inherited from IHostedApplication)
public property CanEmbed  Gets a Boolean value that specifies whether the application is an external application. (inherited from IHostedApplication)
public property DisplayGroup  Gets the display group extracted from the initialization string. (inherited from IHostedApplication)
public property IsNavigating  Get a Boolean value that specifies whether the application is currently navigating. (inherited from IHostedApplication)
public property MinimumSize  Gets a hint for minimum window size. (inherited from IHostedApplication)
public property OptimumSize  Gets a hint for optimal window size. (inherited from IHostedApplication)
public property TopLevelWindow  Gets the top level window for the application. (inherited from IHostedApplication)

Top

Public Methods

  Name Description
public method AddAction  Adds an action to the application. (inherited from IHostedApplication)
public method Close  Closes the application. (inherited from IHostedApplication)
public method DoAction  Overloaded. (inherited from IHostedApplication)
public method DoDefaultAction  Invokes the default action for the application (inherited from IHostedApplication)
public method GetIconList  Gets the image list for the application. (inherited from IHostedApplication)
public method GetStateData  Requests the hosted application to return its current state. (inherited from IHostedApplication)
public method Initialize  Initializes the hosted application. (inherited from IHostedApplication)
public method LoadScript Loads the Script for the hosted application.
public method NotifyContextChange  Notifies the application that context has changed. Obsolete.  (inherited from IHostedApplication)
public method SessionChange  Called whenever the session is changed. Only global applications receive this since 'local' applications don't need to know if their session is shown or not. (inherited from IHostedApplication)
public method SetStateData  Passes the saved state to the hosted application. (inherited from IHostedApplication)

Top

Public Events

  Name Description
public event ActionCompleted Event to notify the hosted application that the action has completed.
public event ChangeContext Event to add a name-value pair to the context.
public event RequestAction Event to request an action of another application to be invoked.

Top

See Also

Reference

IScriptableHostedApp Interface
Microsoft.Uii.Csr Namespace

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