AutomationElement.AppUserModelId Property

Definition

Gets the AppUserModelId (AUMID) of the application that the element belongs to.

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

Property Value

String

Platform::String

winrt::hstring

The AppUserModelId (AUMID) of the application that the element belongs to.

Applies to