次の方法で共有


StoreCanAcquireLicenseResult.LicensableSku プロパティ

定義

現在のユーザーのアドオンのライセンスを取得できる場合は、ダウンロード可能なコンテンツ (DLC) アドオンの SKU ストア ID を 取得します。

public:
 property Platform::String ^ LicensableSku { Platform::String ^ get(); };
winrt::hstring LicensableSku();
public string LicensableSku { get; }
var string = storeCanAcquireLicenseResult.licensableSku;
Public ReadOnly Property LicensableSku As String

プロパティ値

String

Platform::String

winrt::hstring

現在のユーザーのアドオンのライセンスを取得できる場合は、ダウンロード可能なコンテンツ (DLC) アドオンの SKU ストア ID

適用対象