ActionSet Constructors

Definition

Overloads

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))

Parameters

actions
IList<Action>

Applies to