CardImage コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CardImage() |
CardImage クラスの新しいインスタンスを初期化します。 |
CardImage(String, String, CardAction) |
CardImage クラスの新しいインスタンスを初期化します。 |
CardImage()
CardImage(String, String, CardAction)
CardImage クラスの新しいインスタンスを初期化します。
public CardImage (string url = default, string alt = default, Microsoft.Bot.Schema.CardAction tap = default);
new Microsoft.Bot.Schema.CardImage : string * string * Microsoft.Bot.Schema.CardAction -> Microsoft.Bot.Schema.CardImage
Public Sub New (Optional url As String = Nothing, Optional alt As String = Nothing, Optional tap As CardAction = Nothing)
パラメーター
- url
- String
主要なコンテンツ プロパティの URL サムネイル画像。
- alt
- String
スクリーン リーダーを対象とした画像の説明。
- tap
- CardAction
特定の添付ファイルに割り当てられたアクション。