다음을 통해 공유


BasicCard.Images 속성

정의

카드의 이미지 목록을 가져오거나 설정합니다.

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)

속성 값

카드에 대한 이미지 목록입니다.

적용 대상