ISessionExplorer.FocusOnApplication(IHostedApplication) 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.
Select the given application's node in the treeview.
public:
void FocusOnApplication(Microsoft::Uii::Csr::IHostedApplication ^ appWithFocus);
public void FocusOnApplication (Microsoft.Uii.Csr.IHostedApplication appWithFocus);
abstract member FocusOnApplication : Microsoft.Uii.Csr.IHostedApplication -> unit
Public Sub FocusOnApplication (appWithFocus As IHostedApplication)
Parameters
- appWithFocus
- IHostedApplication
Specifies the application to focus on.