PaymentShippingOption コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PaymentShippingOption(String, PaymentCurrencyAmount)
新しい PaymentShippingOption オブジェクトを 作成します。
public:
PaymentShippingOption(Platform::String ^ label, PaymentCurrencyAmount ^ amount);
PaymentShippingOption(winrt::hstring const& label, PaymentCurrencyAmount const& amount);
public PaymentShippingOption(string label, PaymentCurrencyAmount amount);
function PaymentShippingOption(label, amount)
Public Sub New (label As String, amount As PaymentCurrencyAmount)
パラメーター
- label
-
String
Platform::String
winrt::hstring
ラベル。
- amount
- PaymentCurrencyAmount
金額。
適用対象
PaymentShippingOption(String, PaymentCurrencyAmount, Boolean)
新しい PaymentShippingOption オブジェクトを 作成します。
public:
PaymentShippingOption(Platform::String ^ label, PaymentCurrencyAmount ^ amount, bool selected);
PaymentShippingOption(winrt::hstring const& label, PaymentCurrencyAmount const& amount, bool const& selected);
public PaymentShippingOption(string label, PaymentCurrencyAmount amount, bool selected);
function PaymentShippingOption(label, amount, selected)
Public Sub New (label As String, amount As PaymentCurrencyAmount, selected As Boolean)
パラメーター
- label
-
String
Platform::String
winrt::hstring
ラベル。
- amount
- PaymentCurrencyAmount
金額。
- selected
-
Boolean
bool
このオプションが選択されているかどうか。
適用対象
PaymentShippingOption(String, PaymentCurrencyAmount, Boolean, String)
新しい PaymentShippingOption オブジェクトを 作成します。
public:
PaymentShippingOption(Platform::String ^ label, PaymentCurrencyAmount ^ amount, bool selected, Platform::String ^ tag);
PaymentShippingOption(winrt::hstring const& label, PaymentCurrencyAmount const& amount, bool const& selected, winrt::hstring const& tag);
public PaymentShippingOption(string label, PaymentCurrencyAmount amount, bool selected, string tag);
function PaymentShippingOption(label, amount, selected, tag)
Public Sub New (label As String, amount As PaymentCurrencyAmount, selected As Boolean, tag As String)
パラメーター
- label
-
String
Platform::String
winrt::hstring
ラベル。
- amount
- PaymentCurrencyAmount
金額。
- selected
-
Boolean
bool
このオプションが選択されているかどうか。
- tag
-
String
Platform::String
winrt::hstring
タグ。