次の方法で共有


Element.Buttons プロパティ

定義

要素のボタンの一覧を取得します。

public System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Templates.Button> Buttons { get; }
member this.Buttons : System.Collections.Generic.List<Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Templates.Button>
Public ReadOnly Property Buttons As List(Of Button)

プロパティ値

要素のボタンの一覧。

適用対象