HubSectionCollection.IndexOf(HubSection, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定项的索引。
bool IndexOf(HubSection const& value, [Out] uint32_t & index);
public bool IndexOf(HubSection value, out uint index);
Public Function IndexOf (value As HubSection, ByRef index As UInteger) As Boolean
参数
- value
- HubSection
要在集合中查找的值。
- index
-
UInt32
uint32_t
项的索引(如果找到)。
返回
Boolean
bool
如果找到具有指定值的项,则为 true;否则为 false。
实现
M:Windows.Foundation.Collections.IVector
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)