Condividi tramite


PaymentRequestChangedArgs.SelectedShippingOption Proprietà

Definizione

Opzione di spedizione selezionata. Questo valore sarà diverso da null se ChangeKind è impostato su PaymentRequestChangeKind.ShippingOption.

public:
 property PaymentShippingOption ^ SelectedShippingOption { PaymentShippingOption ^ get(); };
PaymentShippingOption SelectedShippingOption();
public PaymentShippingOption SelectedShippingOption { get; }
var paymentShippingOption = paymentRequestChangedArgs.selectedShippingOption;
Public ReadOnly Property SelectedShippingOption As PaymentShippingOption

Valore della proprietà

Ottiene SelectedShippingOption.

Si applica a