InsertImageAction.WithThemedIconUrls Method

Definition

Overloads

WithThemedIconUrls(ThemedUrl[])

public Microsoft.Teams.Cards.InsertImageAction WithThemedIconUrls(params Microsoft.Teams.Cards.ThemedUrl[] value);
member this.WithThemedIconUrls : Microsoft.Teams.Cards.ThemedUrl[] -> Microsoft.Teams.Cards.InsertImageAction
Public Function WithThemedIconUrls (ParamArray value As ThemedUrl()) As InsertImageAction

Parameters

value
ThemedUrl[]

Returns

Applies to

WithThemedIconUrls(IList<ThemedUrl>)

public Microsoft.Teams.Cards.InsertImageAction WithThemedIconUrls(System.Collections.Generic.IList<Microsoft.Teams.Cards.ThemedUrl> value);
member this.WithThemedIconUrls : System.Collections.Generic.IList<Microsoft.Teams.Cards.ThemedUrl> -> Microsoft.Teams.Cards.InsertImageAction
Public Function WithThemedIconUrls (value As IList(Of ThemedUrl)) As InsertImageAction

Parameters

value
IList<ThemedUrl>

Returns

Applies to