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

属性值

适用于当前卡片的操作。

适用于