Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.59 KB

resourcecontextlanguagesvectorview.md

File metadata and controls

31 lines (19 loc) · 1.59 KB
-api-id -api-type
T:Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView
winrt class

Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView

-description

Represents a collection of ResourceContext language qualifiers.

-remarks

Collection member lists

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.

Enumerating the collection in C# or Microsoft Visual Basic

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.

-examples

-see-also