PaymentRequestChangedArgs.SelectedShippingOption 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
所选的寄送选项。 如果 ChangeKind 设置为 PaymentRequestChangeKind.ShippingOption,则此值为非 null。
public:
property PaymentShippingOption ^ SelectedShippingOption { PaymentShippingOption ^ get(); };
PaymentShippingOption SelectedShippingOption();
public PaymentShippingOption SelectedShippingOption { get; }
var paymentShippingOption = paymentRequestChangedArgs.selectedShippingOption;
Public ReadOnly Property SelectedShippingOption As PaymentShippingOption
属性值
获取 SelectedShippingOption。