AutomationElement.AppUserModelId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The AppUserModelId (AUMID) of the application that the element belongs to.