次の方法で共有


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

プロパティ値

サインインの実行に使用されるアクション。

適用対象