PackageCatalogRemoveOptionalPackagesResult
PackageCatalogRemoveOptionalPackagesResult
PackageCatalogRemoveOptionalPackagesResult
PackageCatalogRemoveOptionalPackagesResult
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Provides information on the status of removing optional packages.
public : sealed class PackageCatalogRemoveOptionalPackagesResult : IPackageCatalogRemoveOptionalPackagesResultpublic sealed class PackageCatalogRemoveOptionalPackagesResult : IPackageCatalogRemoveOptionalPackagesResultPublic NotInheritable Class PackageCatalogRemoveOptionalPackagesResult Implements IPackageCatalogRemoveOptionalPackagesResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Properties
ExtendedError ExtendedError ExtendedError ExtendedError
Prerelease. Contains the extended error information for removing optional packages.
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 extended error information.
PackagesRemoved PackagesRemoved PackagesRemoved PackagesRemoved
Prerelease. A list of the optional packages that were successfully removed from the user account.
public : IVectorView<Package> PackagesRemoved { get; }public IReadOnlyList<Package> PackagesRemoved { get; }Public ReadOnly Property PackagesRemoved As IReadOnlyList<Package>// You can use this property in JavaScript.
- Value
- IVectorView<Package> IReadOnlyList<Package> IReadOnlyList<Package> IReadOnlyList<Package>
A list of optional packages that were removed.