PaymentDetails.DisplayItems 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這是 付款要求的 PaymentItem 類別專案的集合。 這些代表付款要求中的專案明細。 有些範例包括鞋或稅金。
public:
property IVectorView<PaymentItem ^> ^ DisplayItems { IVectorView<PaymentItem ^> ^ get(); void set(IVectorView<PaymentItem ^> ^ value); };
IVectorView<PaymentItem> DisplayItems();
void DisplayItems(IVectorView<PaymentItem> value);
public IReadOnlyList<PaymentItem> DisplayItems { get; set; }
var iVectorView = paymentDetails.displayItems;
paymentDetails.displayItems = iVectorView;
Public Property DisplayItems As IReadOnlyList(Of PaymentItem)
屬性值
取得或設定 DisplayItems。