Share via


AutomationConnection.AppUserModelId Property

Definition

Gets the AppUserModelId (AUMID) of the UI Automation provider.

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

Property Value

String

Platform::String

winrt::hstring

The AppUserModelId (AUMID) of the UI Automation provider.

Remarks

An AppUserModelId is used to associate processes, files, and windows with a particular application.

Applies to

See also