PaymentDetailsModifier.AdditionalDisplayItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The additional display items.
public:
property IVectorView<PaymentItem ^> ^ AdditionalDisplayItems { IVectorView<PaymentItem ^> ^ get(); };
IVectorView<PaymentItem> AdditionalDisplayItems();
public IReadOnlyList<PaymentItem> AdditionalDisplayItems { get; }
var iVectorView = paymentDetailsModifier.additionalDisplayItems;
Public ReadOnly Property AdditionalDisplayItems As IReadOnlyList(Of PaymentItem)
Property Value
Gets or sets the AdditionalDisplayItems.