StorePrice.FormattedBasePrice プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象