ThumbnailCard.Buttons Propiedad

Definición

Obtiene o establece el conjunto de acciones aplicables a la tarjeta actual.

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)

Valor de propiedad

Las acciones aplicables a la tarjeta actual.

Se aplica a