Displays the downloadable content page for the specified product.
public:
static IAsyncAction^ ShowMarketplaceAsync(
IUser^ requestingUser,
ProductItemTypes inputProductItemType,
String^ inputProductId,
ProductItemTypes resultProductItemTypes
)
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.
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.
Namespace: Windows.Xbox.ApplicationModel.Store
Metadata: windows.winmd