ThumbnailCard.Images Propiedad

Definición

Obtiene o establece una matriz de imágenes para la tarjeta.

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

Las imágenes de la tarjeta.

Se aplica a