BasicCard.Images Propiedad

Definición

Obtiene o establece la lista de imágenes para la carta.

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)

Valor de propiedad

Una lista de imágenes para la tarjeta.

Se aplica a