Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 984 Bytes

resourcecontextlanguagesvectorview_indexof_1831476187.md

File metadata and controls

29 lines (20 loc) · 984 Bytes
-api-id -api-type
M:Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView.IndexOf(System.String,System.UInt32@)
winrt method

Windows.ApplicationModel.Resources.Core.ResourceContextLanguagesVectorView.IndexOf

-description

Returns the index of a specified ResourceContext language qualifier in the set.

-parameters

-param value

The ResourceContext language qualifier to find in the set.

-param index

The zero-based index of the ResourceContext language qualifier, if the item is found. The method returns zero if the item is not found.

-returns

A Boolean that is TRUE if the ResourceContext language qualifier is found; otherwise, FALSE.

-remarks

-examples

-see-also