PackageCatalogRemoveOptionalPackagesResult.PackagesRemoved Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of the optional packages that were successfully removed from the user account.
public:
property IVectorView<Package ^> ^ PackagesRemoved { IVectorView<Package ^> ^ get(); };
IVectorView<Package> PackagesRemoved();
public IReadOnlyList<Package> PackagesRemoved { get; }
var iVectorView = packageCatalogRemoveOptionalPackagesResult.packagesRemoved;
Public ReadOnly Property PackagesRemoved As IReadOnlyList(Of Package)
Property Value
A list of optional packages that were removed.