共用方式為


StorageProvider.Id 屬性

定義

取得目前檔案和資料夾提供者的識別碼。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = storageProvider.id;
Public ReadOnly Property Id As String

屬性值

String

Platform::String

winrt::hstring

提供者的識別碼。

備註

傳回的識別碼將取決於您的提供者。 範例包括 LocalNetworkOneDriveComputer

適用於