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