StoreAcquireLicenseResult Class

Definition

Provides response data for a request to acquire the license for a downloadable content (DLC) add-on package for the current app.

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
Inheritance
Object Platform::Object IInspectable StoreAcquireLicenseResult
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Services.Store.StoreContract (introduced in v1.0)

Remarks

The StoreContext.AcquireStoreLicenseForOptionalPackageAsync method returns an object of this type.

Note

Downloadable content (DLC) packages are not available to all developer accounts.

Properties

ExtendedError

Gets the error code for the request, if the operation encountered an error.

StorePackageLicense

Gets an object that represents the license for a downloadable content (DLC) add-on package for the current app.

Applies to

See also