次の方法で共有


IDesktopUserActions.AppExistsInUI(String) Method

Definition

Determines if an application exists in the current display.

public:
 bool AppExistsInUI(System::String ^ applicationName);
public bool AppExistsInUI (string applicationName);
abstract member AppExistsInUI : string -> bool
Public Function AppExistsInUI (applicationName As String) As Boolean

Parameters

applicationName
String

Specifies the name of application to search for.

Returns

True if the application exists in display, otherwise false.

Applies to