Package.MachineExternalLocation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前封裝之封裝資訊清單中指定的全電腦外部資料夾位置。
public:
property StorageFolder ^ MachineExternalLocation { StorageFolder ^ get(); };
StorageFolder MachineExternalLocation();
public StorageFolder MachineExternalLocation { get; }
var storageFolder = package.machineExternalLocation;
Public ReadOnly Property MachineExternalLocation As StorageFolder
屬性值
目前封裝之封裝資訊清單中指定的全電腦外部資料夾位置。
Windows 需求
裝置系列 |
Windows 10, version 2004 (已於 10.0.19041.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v10.0 引進)
|
備註
外部資料夾是套件外部的磁片位置,套件資訊清單可以參考應用程式內容。 此屬性會傳回外部資料夾的位置,做為為電腦上所有使用者布建之應用程式的 StorageFolder 物件。
當您使用外部位置封裝來授與套件身分識別時,會使用這個屬性。 具有外部位置的套件只包含套件資訊清單, (不包含可執行檔或其他應用程式內容) 。 封裝資訊清單會參考封裝外部磁片位置的應用程式內容。
若要設定外部資料夾,請使用下列 PackageManager 方法和相關選項屬性組合之一:
- AddPackageByUriAsync:設定options參數的ExternalLocationUri屬性。
- RegisterPackageByUriAsync:設定options參數的ExternalLocationUri屬性。
- StagePackageByUriAsync:設定options參數的ExternalLocationUri屬性。