BasicCard.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)

プロパティ値

カードの画像の一覧。

適用対象