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