PurchaseResults.ReceiptXml 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供应用内产品购买交易历史记录的完整收据。
public:
property Platform::String ^ ReceiptXml { Platform::String ^ get(); };
winrt::hstring ReceiptXml();
public string ReceiptXml { get; }
var string = purchaseResults.receiptXml;
Public ReadOnly Property ReceiptXml As String
属性值
XML 格式的字符串。
注解
有关收据内容的信息,请参阅 使用收据验证产品购买情况。