SetterBaseCollection.IndexOf(SetterBase, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取指定專案的索引。
public:
virtual bool IndexOf(SetterBase ^ value, [Out] unsigned int & index) = IVector<SetterBase ^>::IndexOf;
bool IndexOf(SetterBase const& value, [Out] uint32_t & index);
public bool IndexOf(SetterBase value, out uint index);
Public Function IndexOf (value As SetterBase, ByRef index As UInteger) As Boolean
參數
- value
- SetterBase
在集合中尋找的值。
- index
-
UInt32
unsigned int
uint32_t
如果找到,要尋找的專案索引。
傳回
Boolean
bool
如果找到具有指定值的專案,則為true;否則為false。
實作
M:Windows.Foundation.Collections.IVector
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)
備註
注意
對等的 Microsoft .NET API 是 IndexOf。