ReceiptCard コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ReceiptCard() | |
ReceiptCard(String, IList<ReceiptItem>, IList<Fact>, CardAction, String, String, String, IList<CardAction>) |
ReceiptCard()
public ReceiptCard ();
Public Sub New ()
適用対象
ReceiptCard(String, IList<ReceiptItem>, IList<Fact>, CardAction, String, String, String, IList<CardAction>)
public ReceiptCard (string title = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.ReceiptItem> items = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.Fact> facts = default, Microsoft.Bot.Connector.CardAction tap = default, string total = default, string tax = default, string vat = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> buttons = default);
new Microsoft.Bot.Connector.ReceiptCard : string * System.Collections.Generic.IList<Microsoft.Bot.Connector.ReceiptItem> * System.Collections.Generic.IList<Microsoft.Bot.Connector.Fact> * Microsoft.Bot.Connector.CardAction * string * string * string * System.Collections.Generic.IList<Microsoft.Bot.Connector.CardAction> -> Microsoft.Bot.Connector.ReceiptCard
Public Sub New (Optional title As String = Nothing, Optional items As IList(Of ReceiptItem) = Nothing, Optional facts As IList(Of Fact) = Nothing, Optional tap As CardAction = Nothing, Optional total As String = Nothing, Optional tax As String = Nothing, Optional vat As String = Nothing, Optional buttons As IList(Of CardAction) = Nothing)
パラメーター
- title
- String
- items
- IList<ReceiptItem>
- tap
- CardAction
- total
- String
- tax
- String
- vat
- String
- buttons
- IList<CardAction>