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。

実装

適用対象