ActionSet.WithActions Method
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 |
|---|---|
| WithActions(Action[]) | |
| WithActions(IList<Action>) |
WithActions(Action[])
public Microsoft.Teams.Cards.ActionSet WithActions(params Microsoft.Teams.Cards.Action[] value);
member this.WithActions : Microsoft.Teams.Cards.Action[] -> Microsoft.Teams.Cards.ActionSet
Public Function WithActions (ParamArray value As Action()) As ActionSet
Parameters
- value
- Action[]
Returns
Applies to
WithActions(IList<Action>)
public Microsoft.Teams.Cards.ActionSet WithActions(System.Collections.Generic.IList<Microsoft.Teams.Cards.Action> value);
member this.WithActions : System.Collections.Generic.IList<Microsoft.Teams.Cards.Action> -> Microsoft.Teams.Cards.ActionSet
Public Function WithActions (value As IList(Of Action)) As ActionSet