Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 854 Bytes

resourcequalifiervectorview_indexof_1848059625.md

File metadata and controls

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

Windows.ApplicationModel.Resources.Core.ResourceQualifierVectorView.IndexOf

-description

Returns the index of a specified ResourceQualifier in the view.

-parameters

-param value

The ResourceQualifier to find in the set.

-param index

The zero-based index of the object, if found. The method returns zero if the object is not found.

-returns

true if the object is found; otherwise, false if the object is not found.

-remarks

-examples

-see-also