CardImage コンストラクター

定義

オーバーロード

CardImage()

CardImage クラスの新しいインスタンスを初期化します。

CardImage(String, String, CardAction)

CardImage クラスの新しいインスタンスを初期化します。

CardImage()

CardImage クラスの新しいインスタンスを初期化します。

public CardImage ();
Public Sub New ()

適用対象

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

特定の添付ファイルに割り当てられたアクション。

適用対象