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