Share via


ListingInformation.FormattedBasePrice 屬性

定義

取得針對目前市場和貨幣格式化的應用程式基本價格。

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

屬性值

String

Platform::String

winrt::hstring

適用于目前市場和貨幣之適當格式設定的應用程式基本價格。

Windows 需求

裝置系列
Windows 10 (已於 10.0.10586.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)

備註

基本價格是應用程式的預設價格。 如果應用程式在目前市場中銷售,請使用 FormattedPrice 屬性來取得銷售價格。 如果應用程式未銷售, FormattedBasePrice 和 FormattedPrice 會傳回相同的值。

適用於

另請參閱