PackageManager.GetDefaultPackageVolume 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.
Gets the default Package volume, which is the target of deployment operations such as the AddPackageAsync method.
public:
virtual PackageVolume ^ GetDefaultPackageVolume() = GetDefaultPackageVolume;
PackageVolume GetDefaultPackageVolume();
public PackageVolume GetDefaultPackageVolume();
function getDefaultPackageVolume()
Public Function GetDefaultPackageVolume () As PackageVolume
Returns
The default package volume, which is the target of deployment operations such as the AddPackageAsync method.
Windows requirements
App capabilities |
packageManagement
|