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