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