StorePrice.FormattedPrice プロパティ

定義

現在のユーザーの市場に適した書式を使用して、製品の購入価格を取得します。

public:
 property Platform::String ^ FormattedPrice { Platform::String ^ get(); };
winrt::hstring FormattedPrice();
public string FormattedPrice { get; }
var string = storePrice.formattedPrice;
Public ReadOnly Property FormattedPrice As String

プロパティ値

String

Platform::String

winrt::hstring

現在のユーザーの市場に適した書式を使用した製品の購入価格。

適用対象