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