Edit

Share via


LeaderboardQuery Class

Definition

Represents the results of a leaderboard request.

[Windows.Foundation.Metadata.Activatable(1)]
[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 LeaderboardQuery
type LeaderboardQuery = class
    interface __ILeaderboardQueryPublicNonVirtuals
Public NotInheritable Class LeaderboardQuery
Inheritance
LeaderboardQuery
Attributes
Windows.Foundation.Metadata.ActivatableAttribute Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Constructors

LeaderboardQuery()

Constructs a new LeaderboardQuery object.

Properties

HasNext

True if there is more data in the leaderboard If this is true then you can pass this object into the GetLeaderboard call

MaxItems

Gets/Sets maximum items that the resulting leaderboard will contain

Order

Gets/Sets sort order for the resulting leaderboard

SkipResultToMe

Gets/Sets whether or not the resulting leaderboard will start with the user that requested the leaderboard.

SkipResultToRank

Gets/Sets Which rank the resulting leaderboard will start at

SocialGroup

Gets the social group of the previous query. This property will only be set if its a query gotten from get_next_query and the previous query was a social query

StatName

Gets the stat name of the previous query. This property will only be set if its a query gotten from get_next_query

Applies to