StoreConsumableResult.TrackingId 属性

定义

获取随 ReportConsumableFulfillmentAsync 请求一起提交的跟踪 ID。

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

属性值

Guid

Platform::Guid

winrt::guid

ReportConsumableFulfillmentAsync 请求一起提交的跟踪 ID。

注解

有关跟踪 ID 的详细信息,请参阅 ReportConsumableFulfillmentAsync

适用于