ChoiceSetInput Constructors

Definition

Overloads

ChoiceSetInput()

public ChoiceSetInput();
Public Sub New ()

Applies to

ChoiceSetInput(Choice[])

public ChoiceSetInput(params Microsoft.Teams.Cards.Choice[] choices);
new Microsoft.Teams.Cards.ChoiceSetInput : Microsoft.Teams.Cards.Choice[] -> Microsoft.Teams.Cards.ChoiceSetInput
Public Sub New (ParamArray choices As Choice())

Parameters

choices
Choice[]

Applies to

ChoiceSetInput(IList<Choice>)

public ChoiceSetInput(System.Collections.Generic.IList<Microsoft.Teams.Cards.Choice> choices);
new Microsoft.Teams.Cards.ChoiceSetInput : System.Collections.Generic.IList<Microsoft.Teams.Cards.Choice> -> Microsoft.Teams.Cards.ChoiceSetInput
Public Sub New (choices As IList(Of Choice))

Parameters

choices
IList<Choice>

Applies to