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