VideoCard.Buttons 속성

정의

이 카드의 작업을 가져오거나 설정합니다.

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)

속성 값

이 카드의 동작입니다.

적용 대상