IUsdDesktopUserActions.AppExistsInUI(Session, String) 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.
Specifies whether the application exists in UI.
public:
bool AppExistsInUI(Microsoft::Uii::Csr::Session ^ session, System::String ^ applicationName);
public bool AppExistsInUI (Microsoft.Uii.Csr.Session session, string applicationName);
abstract member AppExistsInUI : Microsoft.Uii.Csr.Session * string -> bool
Public Function AppExistsInUI (session As Session, applicationName As String) As Boolean
Parameters
- session
- Session
Specifies the session.
- applicationName
- String
Specifies the application name.
Returns
True
if the application exists in UI, otherwise false
.