AppInstallOptions.TargetVolume 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 or sets the package storage volume where the app or app bundle will be installed.
public:
property PackageVolume ^ TargetVolume { PackageVolume ^ get(); void set(PackageVolume ^ value); };
PackageVolume TargetVolume();
void TargetVolume(PackageVolume value);
public PackageVolume TargetVolume { get; set; }
var packageVolume = appInstallOptions.targetVolume;
appInstallOptions.targetVolume = packageVolume;
Public Property TargetVolume As PackageVolume
Property Value
The package storage volume where the app or app bundle will be installed.
Windows requirements
App capabilities |
runFullTrust
|