PackageContentGroupStagingEventArgs Class

Definition

Provides information about the package content group that is being staged.

public ref class PackageContentGroupStagingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PackageContentGroupStagingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PackageContentGroupStagingEventArgs
Public NotInheritable Class PackageContentGroupStagingEventArgs
Inheritance
Object Platform::Object IInspectable PackageContentGroupStagingEventArgs
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Properties

ActivityId

Gets the identifier of the content group staging operation.

ContentGroupName

Gets the name of the content group that is being staged.

ErrorCode

Gets the result of the package content group staging operation.

IsComplete

Indicates whether the content group is done staging.

IsContentGroupRequired

Indicates whether the content group is required.

Package

Gets the package that is being staged.

Progress

Gets an approximation of the package content group's staging progress.

Applies to