XboxSocialRelationshipResult 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.
Contains a collection of social relationships the user has with other Xbox Live users.
[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 XboxSocialRelationshipResult
type XboxSocialRelationshipResult = class
interface __IXboxSocialRelationshipResultPublicNonVirtuals
Public NotInheritable Class XboxSocialRelationshipResult
- Inheritance
-
XboxSocialRelationshipResult
- 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 social relationships to retrieve. |
Items |
Collection of XboxSocialRelationship objects returned by a request |
TotalCount |
The total number of XboxSocialRelationship objects that can be requested |
Methods
GetNextAsync(UInt32) |
Returns an XboxSocialRelationshipResult object containing the next page |