次の方法で共有


ProductListing.FormattedBasePrice プロパティ

定義

現在の市場に適した書式を持つアドオン (アプリ内製品または IAP とも呼ばれます) の基本価格を取得します。

public:
 property Platform::String ^ FormattedBasePrice { Platform::String ^ get(); };
winrt::hstring FormattedBasePrice();
public string FormattedBasePrice { get; }
var string = productListing.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 は 同じ値を返します。

適用対象