PackageVolume.GetPackageVolumeByPath(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.
public:
static PackageVolume ^ GetPackageVolumeByPath(Platform::String ^ path);
static PackageVolume GetPackageVolumeByPath(winrt::hstring const& path);
public static PackageVolume GetPackageVolumeByPath(string path);
function getPackageVolumeByPath(path)
Public Shared Function GetPackageVolumeByPath (path As String) As PackageVolume
Parameters
- path
-
String
Platform::String
winrt::hstring