IApplicationUI.SelectApplication(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Selects the UI panel and control which is hosting the given application.
public:
bool SelectApplication(Guid id);
public bool SelectApplication (Guid id);
abstract member SelectApplication : Guid -> bool
Public Function SelectApplication (id As Guid) As Boolean
Parameters
- id
- Guid
Specifies the ID of the application.
Returns
Boolean
True
if the application is selected, otherwise false
.