PackageContentGroupStagingEventArgs
PackageContentGroupStagingEventArgs
PackageContentGroupStagingEventArgs
PackageContentGroupStagingEventArgs
Class
Definition
Provides information about the package content group that is being staged.
public : sealed class PackageContentGroupStagingEventArgs : IPackageContentGroupStagingEventArgspublic sealed class PackageContentGroupStagingEventArgs : IPackageContentGroupStagingEventArgsPublic NotInheritable Class PackageContentGroupStagingEventArgs Implements IPackageContentGroupStagingEventArgs// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Properties
ActivityId ActivityId ActivityId ActivityId
Gets the identifier of the content group staging operation.
public : PlatForm::Guid ActivityId { get; }public Guid ActivityId { get; }Public ReadOnly Property ActivityId As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
A unique value that an app can use to correlate events that relate to a particular content group staging operation.
ContentGroupName ContentGroupName ContentGroupName ContentGroupName
Gets the name of the content group that is being staged.
public : PlatForm::String ContentGroupName { get; }public string ContentGroupName { get; }Public ReadOnly Property ContentGroupName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The name of the content group.
ErrorCode ErrorCode ErrorCode ErrorCode
Gets the result of the package content group staging operation.
public : HResult ErrorCode { get; }public Exception ErrorCode { get; }Public ReadOnly Property ErrorCode As Exception// You can use this property in JavaScript.
- Value
- HResult Exception Exception Exception
The result of the package content group staging operation.
IsComplete IsComplete IsComplete IsComplete
Indicates whether the content group is done staging.
public : PlatForm::Boolean IsComplete { get; }public bool IsComplete { get; }Public ReadOnly Property IsComplete As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True indicates that the content group is done staging; false, otherwise.
IsContentGroupRequired IsContentGroupRequired IsContentGroupRequired IsContentGroupRequired
Indicates whether the content group is required.
public : PlatForm::Boolean IsContentGroupRequired { get; }public bool IsContentGroupRequired { get; }Public ReadOnly Property IsContentGroupRequired As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True indicates that the package content group is required; false, otherwise.
Remarks
Required content groups contain core executable binaries and are downloaded during app install.
Progress Progress Progress Progress
Gets an approximation of the package content group's staging progress.
public : double Progress { get; }public double Progress { get; }Public ReadOnly Property Progress As double// You can use this property in JavaScript.
- Value
- double double double double
A value in the range of 0 through 100 which represents approximately how far along the content group is in the staging process.