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
このアクションは、ユーザーがカード自体をタップするとアクティブになります。