Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 817 Bytes

appextensionpackageupdatedeventargs_extensions.md

File metadata and controls

23 lines (16 loc) · 817 Bytes
-api-id -api-type
P:Windows.ApplicationModel.AppExtensions.AppExtensionPackageUpdatedEventArgs.Extensions
winrt property

Windows.ApplicationModel.AppExtensions.AppExtensionPackageUpdatedEventArgs.Extensions

-description

Provides a list of extensions that are in the extension package that was updated

-property-value

A list of extensions within the updated extension package.

-remarks

Extensions are scoped by the <uap3:AppExtension Name=...> in the extension's Package.appxmanifest file. Only extensions that match the <uap3:AppExtension Name=...> defined in the host's Package.appxmanifest file are returned.

-examples

-see-also