Product.ShowMarketplaceAsync Method

Displays the downloadable content page for the specified product.

Syntax

public:
static IAsyncAction^ ShowMarketplaceAsync(
         IUser^ requestingUser,
         ProductItemTypes inputProductItemType,
         String^ inputProductId,
         ProductItemTypes resultProductItemTypes
)  

Parameters

requestingUser
Type: IUser 

The user making the request.

inputProductItemType
Type: ProductItemTypes 

The product type of the specified product.

inputProductId
Type: String 

 DLC is associated with a specific game or title. This ID is the id of the game or title, allowing all DLC for that title to be selected.

resultProductItemTypes
Type: ProductItemTypes 

The type of the downloadable content displayed for the specified product.

Return value

Type: IAsyncAction 

Returns an IAsyncAction object that represents the state of the asynchronous operation. Completion of the asynchronous operation is signaled by using a handler that is passed to the IAsyncAction.Completed property.

Requirements

Namespace: Windows.Xbox.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

Product Class

Product Members

Windows.Xbox.ApplicationModel.Store Namespace