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

此下载操作的唯一 ID。

实现

适用于