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