Freigeben über


StoreQueueItem.ProductId Eigenschaft

Definition

Ruft die Add-On-Produkt-ID des aktuellen Pakets in der Warteschlange ab, wenn das Paket einem Add-On entspricht.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Die Add-On-Produkt-ID des aktuellen Pakets in der Warteschlange.

Gilt für:

Weitere Informationen