PaymentItem(String, PaymentCurrencyAmount) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PaymentItem オブジェクトを作成します。 既定では、Pending プロパティは false に設定されています。
public:
PaymentItem(Platform::String ^ label, PaymentCurrencyAmount ^ amount);
PaymentItem(winrt::hstring const& label, PaymentCurrencyAmount const& amount);
public PaymentItem(string label, PaymentCurrencyAmount amount);
function PaymentItem(label, amount)
Public Sub New (label As String, amount As PaymentCurrencyAmount)
パラメーター
- label
-
String
Platform::String
winrt::hstring
ラベル。
- amount
- PaymentCurrencyAmount
金額。