ActionSet 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 |
|---|---|
| ActionSet() | |
| ActionSet(Action[]) | |
| ActionSet(IList<Action>) |
ActionSet()
public ActionSet();
Public Sub New ()
Applies to
ActionSet(Action[])
public ActionSet(params Microsoft.Teams.Cards.Action[] actions);
new Microsoft.Teams.Cards.ActionSet : Microsoft.Teams.Cards.Action[] -> Microsoft.Teams.Cards.ActionSet
Public Sub New (ParamArray actions As Action())
Parameters
- actions
- Action[]
Applies to
ActionSet(IList<Action>)
public ActionSet(System.Collections.Generic.IList<Microsoft.Teams.Cards.Action> actions);
new Microsoft.Teams.Cards.ActionSet : System.Collections.Generic.IList<Microsoft.Teams.Cards.Action> -> Microsoft.Teams.Cards.ActionSet
Public Sub New (actions As IList(Of Action))