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