PackageVolume.MountPoint Property
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.
Gets the path of the last known volume mount point.
public:
property Platform::String ^ MountPoint { Platform::String ^ get(); };
winrt::hstring MountPoint();
public string MountPoint { get; }
var string = packageVolume.mountPoint;
Public ReadOnly Property MountPoint As String
Property Value
The path of the last known volume mount point.
Remarks
This is a cached value. It might not represent the current state of the device or the volume.