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@)