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