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