StringResource.WithLocalizedValues(IDictionary<String,String>) 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.
public Microsoft.Teams.Cards.StringResource WithLocalizedValues(System.Collections.Generic.IDictionary<string,string> value);
member this.WithLocalizedValues : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Teams.Cards.StringResource
Public Function WithLocalizedValues (value As IDictionary(Of String, String)) As StringResource
Parameters
- value
- IDictionary<String,String>