Interface IMessageStringSet
Represents access to a string set in a localized resource.
public interface IMessageStringSet
- Extension Methods
Methods
GetString(string)
Gets a string in the string set.
string? GetString(string name)
Parameters
namestring- The name of the string.
Returns
GetStringSet(string)
Gets a string set in the string set.
IMessageStringSet? GetStringSet(string name)
Parameters
namestring- The name of the string set.
Returns
- IMessageStringSet
- The string set of the specified name in the string set, or null if not found.