Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 730 Bytes

windowtabcollection_indexof_1296942324.md

File metadata and controls

39 lines (22 loc) · 730 Bytes
-api-id -api-type
M:Windows.UI.Shell.WindowTabCollection.IndexOf(Windows.UI.Shell.WindowTab,System.UInt32@)
winrt method

Windows.UI.Shell.WindowTabCollection.IndexOf(Windows.UI.Shell.WindowTab,System.UInt32@)

-description

Retrieves the index of the specified item.

-parameters

-param value

The value to find in the collection.

-param index

The index of the item to find, if found.

-returns

true if an item with the specified value was found; otherwise, false.

-remarks

Important

This API is for Win32 desktop apps only. UWP and other app types are not supported.

-see-also

-examples