AutomationConnection.AppUserModelId 属性

定义

获取 UI 自动化提供程序 的 AppUserModelId (AUMID)

public:
 property Platform::String ^ AppUserModelId { Platform::String ^ get(); };
winrt::hstring AppUserModelId();
public string AppUserModelId { get; }
var string = automationConnection.appUserModelId;
Public ReadOnly Property AppUserModelId As String

属性值

String

Platform::String

winrt::hstring

AppUserModelId (UI 自动化提供程序的 AUMID)

注解

AppUserModelId 用于将进程、文件和窗口与特定应用程序相关联。

适用于

另请参阅