ListingInformation.FormattedPrice 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得針對目前市場和貨幣格式化的應用程式購買價格。
public:
property Platform::String ^ FormattedPrice { Platform::String ^ get(); };
winrt::hstring FormattedPrice();
public string FormattedPrice { get; }
var string = listingInformation.formattedPrice;
Public ReadOnly Property FormattedPrice As String
屬性值
應用程式的購買價格,具有目前市場和貨幣的適當格式設定。
備註
如果 app 在目前市場中正在銷售, FormattedPrice 屬性會傳回銷售價格。 使用 FormattedBasePrice 屬性可取得預設價格。 如果應用程式未銷售, FormattedBasePrice 和 FormattedPrice 會傳回相同的值。