次の方法で共有


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 を取得または設定します。

適用対象