ConfirmInput.Style プロパティ

定義

ユーザーにプロンプトを出すために使うListTypeを取得するか設定します。

public AdaptiveExpressions.Properties.EnumExpression<Microsoft.Bot.Builder.Dialogs.Choices.ListStyle> Style { get; set; }
member this.Style : AdaptiveExpressions.Properties.EnumExpression<Microsoft.Bot.Builder.Dialogs.Choices.ListStyle> with get, set
Public Property Style As EnumExpression(Of ListStyle)

プロパティ値

listStyleに評価するlistStyleまたは式。

適用対象