Edit

Share via


LeaderboardResult Class

Definition

Represents the results of a leaderboard 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 LeaderboardResult
type LeaderboardResult = class
    interface __ILeaderboardResultPublicNonVirtuals
Public NotInheritable Class LeaderboardResult
Inheritance
LeaderboardResult
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Properties

Columns

The collection of columns in the leaderboard results.

DisplayName

DEPRECATED The display name of the leaderboard results.

HasNext

Indicates whether there is a next page of results.

Rows

The collection of rows in the leaderboard results.

TotalRowCount

The total number of rows in the leaderboard results.

Methods

GetNextAsync(UInt32)

Get the next page of a previous leaderboard call using the same service config Id and leaderboard name.

GetNextQuery()

Gets a query to be used to retrieve more data about a leaderboard. This query is only to be used to retrieve a leaderboard with stats 2017.

Applies to