StorageDevice.FromId(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從卸載式儲存裝置的 DeviceInformation 識別碼取得 StorageFolder 物件。
public:
static StorageFolder ^ FromId(Platform::String ^ deviceId);
static StorageFolder FromId(winrt::hstring const& deviceId);
public static StorageFolder FromId(string deviceId);
function fromId(deviceId)
Public Shared Function FromId (deviceId As String) As StorageFolder
參數
- deviceId
-
String
Platform::String
winrt::hstring
識別卸載式儲存裝置的 DeviceInformation 識別碼。 您可以從 Windows.Devices.Enumeration 或 AutoPlay 裝置事件引數的 DeviceInformationId 屬性擷取此識別碼。 如需詳細資訊,請參閱 快速入門:註冊自動播放裝置的應用程式。 為了讓 FromId 成功,應用程式必須宣告卸載式Storage 功能,如應用程式 功能宣告 和想要在裝置上存取之檔案的檔案類型關聯,如 如何處理檔案啟用所示。 如需詳細資訊,請參閱 卸載式存放裝置範例。
傳回
代表卸載式儲存裝置的儲存資料夾物件,並提供裝置上內容的存取權。
Windows 需求
應用程式功能 |
removableStorage
|
備註
將 Selector 字串從 GetDeviceSelector 傳遞至 Windows.Devices.Enumeration API,以取得代表儲存裝置的 DeviceInformation 物件集合。 選取您要存取之儲存體的 DeviceInformation 物件,並使用其 Id 屬性做為 FromId 的 deviceInformationId 參數。