Share via


PackageVolume.FindPackageVolumeByPath(String) Method

Definition

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.

Applies to

See also