StoreRateAndReviewResult 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供要求評分和檢閱產品的回應資料。
public ref class StoreRateAndReviewResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreRateAndReviewResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreRateAndReviewResult
Public NotInheritable Class StoreRateAndReviewResult
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1809 (已於 10.0.17763.0 引進)
|
API contract |
Windows.Services.Store.StoreContract (已於 v4.0 引進)
|
備註
StoreCoNtext.RequestRateAndReviewAppAsync方法會傳回此類型的物件。
屬性
ExtendedError |
如果作業發生錯誤,則取得要求的錯誤碼。 |
ExtendedJsonData |
取得速率的完整結果資料,並以 JSON 格式檢閱要求。 這包括判斷使用者是否中止對話方塊的資訊,以及呼叫未成功時的錯誤詳細資料。 |
Status |
取得產品費率和檢閱要求的狀態。 |
WasUpdated |
取得值,這個值表示對評分和檢閱的要求是否已成功更新。 |