共用方式為


BasicCard.Buttons 屬性

定義

取得或設定適用于目前卡片的動作集。

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

屬性值

適用于目前卡片的動作。

適用於