AccessListEntryView.IndexOf(AccessListEntry, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索访问列表中指定存储项的索引或最近使用的 (MRU) 列表中的索引。
public:
virtual bool IndexOf(AccessListEntry value, [Out] unsigned int & index) = IVectorView<AccessListEntry>::IndexOf;
bool IndexOf(AccessListEntry const& value, [Out] uint32_t & index);
public bool IndexOf(AccessListEntry value, out uint index);
Public Function IndexOf (value As AccessListEntry, ByRef index As UInteger) As Boolean
参数
- value
- AccessListEntry
存储项。
- index
-
UInt32
unsigned int
uint32_t
存储项的从零开始的索引。
返回
Boolean
bool
如果列表中存在指定的存储项,则为 True;否则为 false。
实现
M:Windows.Foundation.Collections.IVectorView
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,uint32_t@)