ChoiceSetInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ChoiceSetInput() | |
| ChoiceSetInput(Choice[]) | |
| ChoiceSetInput(IList<Choice>) |
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))