ThumbnailCard.Images プロパティ

定義

カードのイメージの配列を取得または設定します。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.CardImage> Images { get; set; }
member this.Images : System.Collections.Generic.IList<Microsoft.Bot.Schema.CardImage> with get, set
Public Property Images As IList(Of CardImage)

プロパティ値

カードの画像。

適用対象