IApplicationUI.SelectApplication Method
Selects the UI panel and control which is hosting the given application.
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 id As Guid
Dim returnValue As Boolean
returnValue = instance.SelectApplication(id)
Syntax
'Declaration
Function SelectApplication ( _
id As Guid _
) As Boolean
bool SelectApplication (
Guid id
)
bool SelectApplication (
Guid id
)
boolean SelectApplication (
Guid id
)
function SelectApplication (
id : Guid
) : boolean
Parameters
- id
Specifies the ID of the application.
Return Value
Boolean
True if the application is selected, otherwise false.
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.