共用方式為


DownloadOperation.Guid 屬性

定義

這是特定下載作業的唯一識別碼。 與下載作業相關聯的 GUID 不會在下載期間變更。

public:
 property Platform::Guid Guid { Platform::Guid get(); };
winrt::guid Guid();
public Guid Guid { get; }
var guid = downloadOperation.guid;
Public ReadOnly Property Guid As Guid

屬性值

Guid

Platform::Guid

winrt::guid

此下載作業的唯一識別碼。

實作

適用於