ReceiptItem 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ReceiptItem() |
ReceiptItem 클래스의 새 인스턴스를 초기화합니다. |
ReceiptItem(String, String, String, CardImage, String, String, CardAction) |
ReceiptItem 클래스의 새 인스턴스를 초기화합니다. |
ReceiptItem()
ReceiptItem(String, String, String, CardImage, String, String, CardAction)
ReceiptItem 클래스의 새 인스턴스를 초기화합니다.
public ReceiptItem (string title = default, string subtitle = default, string text = default, Microsoft.Bot.Schema.CardImage image = default, string price = default, string quantity = default, Microsoft.Bot.Schema.CardAction tap = default);
new Microsoft.Bot.Schema.ReceiptItem : string * string * string * Microsoft.Bot.Schema.CardImage * string * string * Microsoft.Bot.Schema.CardAction -> Microsoft.Bot.Schema.ReceiptItem
Public Sub New (Optional title As String = Nothing, Optional subtitle As String = Nothing, Optional text As String = Nothing, Optional image As CardImage = Nothing, Optional price As String = Nothing, Optional quantity As String = Nothing, Optional tap As CardAction = Nothing)
매개 변수
- title
- String
카드의 제목입니다.
- subtitle
- String
제목 필드 바로 아래에 자막이 표시되며 글꼴 스타일에서만 제목과 다릅니다.
- text
- String
텍스트 필드는 부제목 바로 아래에 표시되며 글꼴 스타일에서만 부제목과 다릅니다.
- image
- CardImage
이미지.
- price
- String
통화 금액입니다.
- quantity
- String
지정된 종류의 항목 수입니다.
- tap
- CardAction
이 작업은 사용자가 항목 거품을 탭할 때 활성화됩니다.