4.487 LanguageSpecificStringDictionary

x:Object > LanguageSpecificStringDictionary
LanguageSpecificStringDictionary
(usage)
None.
(description)
Represents a dictionary of strings that are used to represent the name of an object in different languages.
(used by)
FontFamily
[is default constructible]
false
[is dictionary]
true
[allowed types]
x:String
[allowed key types]
XmlLanguage
(properties)
Keys
ICollection(XmlLanguage)
(description)
A collection containing the keys, or XmlLanguage objects, in the dictionary.
[read only]
true
Values
ICollection(x:String)
(description)
A collection containing the values, or strings, in the dictionary.
[read only]
true