Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 861 Bytes

appextension_appusermodelid.md

File metadata and controls

35 lines (18 loc) · 861 Bytes
-api-id -api-type
P:Windows.ApplicationModel.AppExtensions.AppExtension.AppUserModelId
winrt property

Windows.ApplicationModel.AppExtensions.AppExtension.AppUserModelId

-description

Gets an identifier that uniquely identifies the app.

-property-value

The application user model ID for the application.

-remarks

An application user model identifier is used to associate processes, files, and windows with a particular application. See Application User Model IDs for more details.

This API is a more efficient, but otherwise exact equivalent of the AppInfo.AppUserModelId property.

-see-also

AppInfo.AppUserModelId

-examples