StoreAcquireLicenseResult
StoreAcquireLicenseResult
StoreAcquireLicenseResult
StoreAcquireLicenseResult
Class
Definition
Provides response data for a request to acquire a downloadable content (DLC) package license.
public : sealed class StoreAcquireLicenseResult : IStoreAcquireLicenseResultpublic sealed class StoreAcquireLicenseResult : IStoreAcquireLicenseResultPublic NotInheritable Class StoreAcquireLicenseResult Implements IStoreAcquireLicenseResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Services.Store.StoreContract (introduced v1)
|
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 ExtendedError ExtendedError ExtendedError
Gets the error code for the request, if the operation encountered an error.
public : HResult ExtendedError { get; }public Exception ExtendedError { get; }Public ReadOnly Property ExtendedError As Exception// You can use this property in JavaScript.
- Value
- HResult Exception Exception Exception
The error code for the request.
- See Also
StorePackageLicense StorePackageLicense StorePackageLicense StorePackageLicense
Gets an object that represents the downloadable content (DLC) package license.
public : StorePackageLicense StorePackageLicense { get; }public StorePackageLicense StorePackageLicense { get; }Public ReadOnly Property StorePackageLicense As StorePackageLicense// You can use this property in JavaScript.
An object that represents the downloadable content (DLC) package license.
Remarks
Note
Downloadable content (DLC) packages are not available to all developer accounts.