IHostedApplication Members
Interface from which hosted applications are derived.
The following tables list the members exposed by the IHostedApplication type.
Public Properties
Name | Description | |
---|---|---|
![]() |
ApplicationID | Gets the application ID. |
![]() |
ApplicationName | Gets the application name. |
![]() |
CanEmbed | Gets a Boolean value that specifies whether the application is an external application. |
![]() |
DisplayGroup | Gets the display group extracted from the initialization string. |
![]() |
IsNavigating | Get a Boolean value that specifies whether the application is currently navigating. |
![]() |
MinimumSize | Gets a hint for minimum window size. |
![]() |
OptimumSize | Gets a hint for optimal window size. |
![]() |
TopLevelWindow | Gets the top level window for the application. |
Top
Public Methods
Name | Description | |
---|---|---|
![]() |
AddAction | Adds an action to the application. |
![]() |
Close | Closes the application. |
![]() |
DoAction | Overloaded. |
![]() |
DoDefaultAction | Invokes the default action for the application |
![]() |
GetIconList | Gets the image list for the application. |
![]() |
GetStateData | Requests the hosted application to return its current state. |
![]() |
Initialize | Initializes the hosted application. |
![]() |
NotifyContextChange | Notifies the application that context has changed. Obsolete. |
![]() |
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. |
![]() |
SetStateData | Passes the saved state to the hosted application. |
Top
Public Events
Name | Description | |
---|---|---|
![]() |
ActionCompleted | Event to notify the hosted application that the action has completed. |
![]() |
ChangeContext | Event to add a name-value pair to the context. |
![]() |
RequestAction | Event to request an action of another application to be invoked. |
Top
See Also
Reference
IHostedApplication Interface
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.