PackageVolume.FindPackageVolumes Method

Definition

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.

Applies to

See also