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