次の方法で共有


IBackgroundTransferOperation.Guid プロパティ

定義

バックグラウンド転送操作の Guid を取得します。

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

プロパティ値

Guid

Platform::Guid

winrt::guid

バックグラウンド転送操作の一意の ID。

適用対象