AdaptiveCard 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 |
|---|---|
| AdaptiveCard() | |
| AdaptiveCard(CardElement[]) | |
| AdaptiveCard(IList<CardElement>) |
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
- body
- IList<CardElement>