ReceiptItem 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
收據卡片上的專案。
public class ReceiptItem
type ReceiptItem = class
Public Class ReceiptItem
- 繼承
-
ReceiptItem
建構函式
ReceiptItem() |
初始化 ReceiptItem 類別的新執行個體。 |
ReceiptItem(String, String, String, CardImage, String, String, CardAction) |
初始化 ReceiptItem 類別的新執行個體。 |
屬性
Image |
取得或設定影像。 |
Price |
取得或設定具有貨幣的金額。 |
Quantity |
取得或設定指定種類的專案數。 |
Subtitle |
取得或設定子標題出現在 [標題] 欄位下方,與字型樣式的 [標題] 不同。 |
Tap |
取得或設定當使用者點選項目泡泡時,將會啟動此動作。 |
Text |
取得或設定文字欄位出現在子標題下方,與字型樣式不同。 |
Title |
取得或設定卡片的標題。 |