다음을 통해 공유


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

찾은 경우 개체의 인덱스(0부터 시작)입니다. 개체를 찾을 수 없는 경우 0이 반환됩니다.

반환

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

적용 대상