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