다음을 통해 공유


TabResponseCards.Cards 속성

정의

이 카드 탭 응답에 대한 적응형 카드를 가져오거나 설정합니다.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.TabResponseCard> Cards { get; set; }
member this.Cards : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.TabResponseCard> with get, set
Public Property Cards As IList(Of TabResponseCard)

속성 값

TabResponse에 대한 카드입니다.

적용 대상