ListingInformation.FormattedBasePrice 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得針對目前市場和貨幣格式化的應用程式基本價格。
public:
property Platform::String ^ FormattedBasePrice { Platform::String ^ get(); };
winrt::hstring FormattedBasePrice();
public string FormattedBasePrice { get; }
var string = listingInformation.formattedBasePrice;
Public ReadOnly Property FormattedBasePrice As String
屬性值
適用于目前市場和貨幣之適當格式設定的應用程式基本價格。
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10586.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)
|
備註
基本價格是應用程式的預設價格。 如果應用程式在目前市場中銷售,請使用 FormattedPrice 屬性來取得銷售價格。 如果應用程式未銷售, FormattedBasePrice 和 FormattedPrice 會傳回相同的值。