ThumbnailCard 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
ThumbnailCard() |
ThumbnailCard 클래스의 새 인스턴스를 초기화합니다. |
ThumbnailCard(String, String, String, IList<CardImage>, IList<CardAction>, CardAction) |
ThumbnailCard 클래스의 새 인스턴스를 초기화합니다. |
ThumbnailCard()
ThumbnailCard(String, String, String, IList<CardImage>, IList<CardAction>, CardAction)
ThumbnailCard 클래스의 새 인스턴스를 초기화합니다.
public ThumbnailCard (string title = default, string subtitle = default, string text = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.CardImage> images = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> buttons = default, Microsoft.Bot.Schema.CardAction tap = default);
new Microsoft.Bot.Schema.ThumbnailCard : string * string * string * System.Collections.Generic.IList<Microsoft.Bot.Schema.CardImage> * System.Collections.Generic.IList<Microsoft.Bot.Schema.CardAction> * Microsoft.Bot.Schema.CardAction -> Microsoft.Bot.Schema.ThumbnailCard
Public Sub New (Optional title As String = Nothing, Optional subtitle As String = Nothing, Optional text As String = Nothing, Optional images As IList(Of CardImage) = Nothing, Optional buttons As IList(Of CardAction) = Nothing, Optional tap As CardAction = Nothing)
매개 변수
- title
- String
카드의 제목입니다.
- subtitle
- String
카드의 부제목입니다.
- text
- String
카드에 대한 텍스트입니다.
- buttons
- IList<CardAction>
현재 카드에 적용할 수 있는 작업 집합입니다.
- tap
- CardAction
이 작업은 사용자가 카드 자체를 탭할 때 활성화됩니다.