IDesktopUserActions.AppExistsInUI Method
Determines if an application exists in the current display.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim instance As IDesktopUserActions
Dim applicationName As String
Dim returnValue As Boolean
returnValue = instance.AppExistsInUI(applicationName)
Syntax
'Declaration
Function AppExistsInUI ( _
applicationName As String _
) As Boolean
bool AppExistsInUI (
string applicationName
)
bool AppExistsInUI (
String^ applicationName
)
boolean AppExistsInUI (
String applicationName
)
function AppExistsInUI (
applicationName : String
) : boolean
Parameters
- applicationName
Specifies the name of application to search for.
Return Value
Type: Boolean
True if the application exists in display, 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
IDesktopUserActions Interface
IDesktopUserActions Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.