StoreQueueItem.ProductId プロパティ

定義

パッケージがアドオンに対応する場合は、キュー内の現在のパッケージのアドオン製品 ID を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

キュー内の現在のパッケージのアドオン製品 ID。

適用対象

こちらもご覧ください