CharacterGroupings.IndexOf(CharacterGrouping, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回字符组集中指定 CharacterGrouping 对象的索引。
public:
virtual bool IndexOf(CharacterGrouping ^ value, [Out] unsigned int & index) = IVectorView<CharacterGrouping ^>::IndexOf;
bool IndexOf(CharacterGrouping const& value, [Out] uint32_t & index);
public bool IndexOf(CharacterGrouping value, out uint index);
Public Function IndexOf (value As CharacterGrouping, ByRef index As UInteger) As Boolean
参数
- value
- CharacterGrouping
在集中查找的 CharacterGrouping 对象。
- index
-
UInt32
unsigned int
uint32_t
CharacterGrouping 对象的从零开始的索引(如果找到)。 如果未找到对象,则方法返回零。
返回
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@)