UploadOperation.Guid 屬性

定義

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

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

屬性值

Guid

Platform::Guid

winrt::guid

此上傳作業的唯一識別碼。

實作

適用於