AchievementsResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of Achievement class objects returned by a request.
[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 AchievementsResult
type AchievementsResult = class
interface __IAchievementsResultPublicNonVirtuals
Public NotInheritable Class AchievementsResult
- Inheritance
-
AchievementsResult
- Attributes
-
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute
Properties
HasNext |
Returns a boolean value that indicates if there are more pages of achievements to retrieve. |
Items |
The collection of Achievement objects returned by a request. |
Methods
GetNextAsync(UInt32) |
Returns an AchievementsResult object that contains the next page of achievements. |