共用方式為


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)

屬性值

卡片的影像清單。

適用於