Partager via


StoreQueueItem.ProductId Propriété

Définition

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é

String

Platform::String

winrt::hstring

ID de produit du module complémentaire du package actuel dans la file d’attente.

S’applique à

Voir aussi