StoreAcquireLicenseResult 类

定义

为请求提供响应数据,以获取当前应用的可下载内容的许可证 (DLC) 加载项包。

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

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Services.Store.StoreContract (在 v1.0 中引入)

注解

StoreContext.AcquireStoreLicenseForOptionalPackageAsync 方法返回此类型的对象。

注意

DLC) 包 (可下载的内容并不适用于所有开发人员帐户。

属性

ExtendedError

如果操作遇到错误,则获取请求的错误代码。

StorePackageLicense

获取一个 对象,该对象表示当前应用的可下载内容的许可证 (DLC) 加载项包。

适用于

另请参阅