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 は 同じ値を返します。