PickerLocationId 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別檔案選擇器向使用者呈現的儲存位置。
public enum class PickerLocationId
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PickerLocationId
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PickerLocationId
var value = Windows.Storage.Pickers.PickerLocationId.documentsLibrary
Public Enum PickerLocationId
- 繼承
-
PickerLocationId
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
ComputerFolder | 1 | [電腦]資料夾。 |
Desktop | 2 | Windows 桌面。 |
DocumentsLibrary | 0 | 文檔庫。 |
Downloads | 3 | [下載]資料夾。 |
HomeGroup | 4 | HomeGroup。 |
MusicLibrary | 5 | 音樂媒體櫃。 |
Objects3D | 8 | 物件程式庫。 |
PicturesLibrary | 6 | 圖片庫。 |
Unspecified | 9 | 未指定的位置。 |
VideosLibrary | 7 | 影片庫。 |