PackageVolume.FindPackageVolumeByName(String) 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 the specified volume.
public:
static PackageVolume ^ FindPackageVolumeByName(Platform::String ^ name);
static PackageVolume FindPackageVolumeByName(winrt::hstring const& name);
public static PackageVolume FindPackageVolumeByName(string name);
function findPackageVolumeByName(name)
Public Shared Function FindPackageVolumeByName (name As String) As PackageVolume
Parameters
Returns
The specified volume.