FilePickerSelectedFilesArray.IndexOf(StorageFile, UInt32) 方法

定义

检索集合中指定 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.IVectorView1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,uint32_t@)

适用于