PackageVolume.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.
Retrieves all the known volumes, regardless of their current state.
public:
static IVector<PackageVolume ^> ^ FindPackageVolumes();
static IVector<PackageVolume> FindPackageVolumes();
public static IList<PackageVolume> FindPackageVolumes();
function findPackageVolumes()
Public Shared Function FindPackageVolumes () As IList(Of PackageVolume)
Returns
A collection of all the known volumes, regardless of their current state.