AppExtensionPackageUpdatingEventArgs AppExtensionPackageUpdatingEventArgs AppExtensionPackageUpdatingEventArgs AppExtensionPackageUpdatingEventArgs Class

Definition

Provides information for the AppExtensionCatalog.PackageUpdating event.

public : sealed class AppExtensionPackageUpdatingEventArgs : IAppExtensionPackageUpdatingEventArgspublic sealed class AppExtensionPackageUpdatingEventArgs : IAppExtensionPackageUpdatingEventArgsPublic NotInheritable Class AppExtensionPackageUpdatingEventArgs Implements IAppExtensionPackageUpdatingEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

Instances of this class are created by the system and passed as event arguments to your handler.

Properties

AppExtensionName AppExtensionName AppExtensionName AppExtensionName

Gets the name of the app extension that is being updated.

public : PlatForm::String AppExtensionName { get; }public string AppExtensionName { get; }Public ReadOnly Property AppExtensionName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the app extension.

Package Package Package Package

Provides the package containing the extension that is updating.

public : Package Package { get; }public Package Package { get; }Public ReadOnly Property Package As Package// You can use this property in JavaScript.
Value
Package Package Package Package

The updated app extension package.