共用方式為


StoreConsumableResult.TrackingId 屬性

定義

取得使用 ReportConsumableFulfillmentAsync 要求提交的追蹤識別碼。

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 要求提交的追蹤識別碼。

備註

如需追蹤識別碼的詳細資訊,請參閱 ReportConsumableFulfillmentAsync

適用於