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