PackageManager.FindPackageVolumes Method
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.
Gets all the known volumes, regardless of their current state.
public:
virtual IIterable<PackageVolume ^> ^ FindPackageVolumes() = FindPackageVolumes;
IIterable<PackageVolume> FindPackageVolumes();
public IEnumerable<PackageVolume> FindPackageVolumes();
function findPackageVolumes()
Public Function FindPackageVolumes () As IEnumerable(Of PackageVolume)
Returns
All the known volumes, regardless of their current state.