StoreQueueItem.ProductId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’ID de produit du module complémentaire du package actuel dans la file d’attente, si le package correspond à un module complémentaire.
public:
property Platform::String ^ ProductId { Platform::String ^ get(); };
winrt::hstring ProductId();
public string ProductId { get; }
var string = storeQueueItem.productId;
Public ReadOnly Property ProductId As String
Valeur de propriété
ID de produit du module complémentaire du package actuel dans la file d’attente.