StoreCanAcquireLicenseResult クラス

定義

ダウンロード可能コンテンツ (DLC) アドオン パッケージのライセンスを取得できるかどうかを判断するための要求の応答データを提供します。

public ref class StoreCanAcquireLicenseResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreCanAcquireLicenseResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreCanAcquireLicenseResult
Public NotInheritable Class StoreCanAcquireLicenseResult
継承
Object Platform::Object IInspectable StoreCanAcquireLicenseResult
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Services.Store.StoreContract (v3.0 で導入)

注釈

Note

ダウンロード可能なコンテンツ (DLC) パッケージは、すべての開発者アカウントで使用できるわけではありません。

プロパティ

ExtendedError

操作でエラーが発生した場合に、要求のエラー コードを取得します。

LicensableSku

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

Status

ダウンロード可能コンテンツ (DLC) アドオン パッケージのライセンスの状態を取得します。

適用対象

こちらもご覧ください