SigninCard.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)

属性值

操作 () 用于执行登录。

适用于