共用方式為


PaymentDetails.DisplayItems 屬性

定義

這是 付款要求的 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。

適用於