IApplicationUI.GetSelectedApplication Method
Gets the selected application regardless of how its hosted.
Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)
Usage
'Usage
Dim instance As IApplicationUI
Dim returnValue As IHostedApplication
returnValue = instance.GetSelectedApplication
Syntax
'Declaration
Function GetSelectedApplication As IHostedApplication
IHostedApplication GetSelectedApplication ()
IHostedApplication^ GetSelectedApplication ()
IHostedApplication GetSelectedApplication ()
function GetSelectedApplication () : IHostedApplication
Return Value
Hosted Application of type IHostedApplication
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
IApplicationUI Interface
IApplicationUI Members
Microsoft.Uii.Desktop.UI.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.