AdaptiveCard Constructors

Definition

Overloads

AdaptiveCard()

public AdaptiveCard();
Public Sub New ()

Applies to

AdaptiveCard(CardElement[])

public AdaptiveCard(params Microsoft.Teams.Cards.CardElement[] body);
new Microsoft.Teams.Cards.AdaptiveCard : Microsoft.Teams.Cards.CardElement[] -> Microsoft.Teams.Cards.AdaptiveCard
Public Sub New (ParamArray body As CardElement())

Parameters

body
CardElement[]

Applies to

AdaptiveCard(IList<CardElement>)

public AdaptiveCard(System.Collections.Generic.IList<Microsoft.Teams.Cards.CardElement> body);
new Microsoft.Teams.Cards.AdaptiveCard : System.Collections.Generic.IList<Microsoft.Teams.Cards.CardElement> -> Microsoft.Teams.Cards.AdaptiveCard
Public Sub New (body As IList(Of CardElement))

Parameters

Applies to