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)

属性值

卡片的图像。

适用于