次の方法で共有


PaymentShippingType 列挙型

定義

出荷の種類を表す列挙体。

public enum class PaymentShippingType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class PaymentShippingType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum PaymentShippingType
var value = Windows.ApplicationModel.Payments.PaymentShippingType.shipping
Public Enum PaymentShippingType
継承
PaymentShippingType
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

フィールド

Delivery 1

配信。

Pickup 2

ピックアップ。

Shipping 0

出荷。

適用対象