HubSectionCollection.IndexOf(HubSection, UInt32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the index of the specified item.
bool IndexOf(HubSection const& value, [Out] uint32_t & index);
C#
public bool IndexOf(HubSection value, out uint index);
Public Function IndexOf (value As HubSection, ByRef index As UInteger) As Boolean
- value
- HubSection
The value to find in the collection.
- index
-
UInt32
uint32_t
The index of the item, if it is found.
Boolean
bool
true if an item with the specified value was found; otherwise, false.
M:Windows.Foundation.Collections.IVector
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)
Produk | Versi |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |