SortEntryVector.IndexOf(SortEntry, UInt32) 方法

定义

检索集合中指定排序项的索引。

bool IndexOf(SortEntry const& value, [Out] uint32_t & index);
public bool IndexOf(SortEntry value, out uint index);
Public Function IndexOf (value As SortEntry, ByRef index As UInteger) As Boolean

参数

value
SortEntry

在集合中查找的排序项。

index
UInt32

uint32_t

排序项的从零开始的索引(如果找到)。 如果未找到排序条目,则此参数设置为零。

返回

Boolean

bool

如果找到排序项,则为 True;否则为 false。

实现

M:Windows.Foundation.Collections.IVector1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,uint32_t@)

适用于