AchievementRequirement Class

Definition

Represents requirements for unlocking the achievement.

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class AchievementRequirement
type AchievementRequirement = class
    interface __IAchievementRequirementPublicNonVirtuals
Public NotInheritable Class AchievementRequirement
Inheritance
AchievementRequirement
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Properties

CurrentProgressValue

A value that indicates the current progress of the player towards meeting the requirement.

Id

The achievement requirement ID.

TargetProgressValue

The target progress value that the player must reach in order to meet the requirement.

Applies to