-api-id | -api-type |
---|---|
T:Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView |
winrt class |
Represents a collection of ResourceContext language qualifiers.
For JavaScript, ResourceContextLanguagesVectorView has the members shown in the member lists. In addition, ResourceContextLanguagesVectorView supports a length property, members of Array.prototype, and using an index to access items.
A ResourceContextLanguagesVectorView is enumerable, so you can use language-specific syntax such as foreach in C# to enumerate the items in the collection. The compiler does the type-casting for you and you won't need to cast to IEnumerable<String>
explicitly. If you do need to cast explicitly, for example if you want to call GetEnumerator, cast to IEnumerable<T> with a String constraint.