WwwFormUrlDecoder.IndexOf(IWwwFormUrlDecoderEntry, UInt32) 메서드

정의

지정된 IWwwFormUrlDecoderEntry 가 현재 URL 쿼리 문자열의 지정된 인덱스인지 여부를 나타내는 값을 가져옵니다.

public:
 virtual bool IndexOf(IWwwFormUrlDecoderEntry ^ value, [Out] unsigned int & index) = IVectorView<IWwwFormUrlDecoderEntry ^>::IndexOf;
bool IndexOf(IWwwFormUrlDecoderEntry const& value, [Out] uint32_t & index);
public bool IndexOf(IWwwFormUrlDecoderEntry value, out uint index);
Public Function IndexOf (value As IWwwFormUrlDecoderEntry, ByRef index As UInteger) As Boolean

매개 변수

value
IWwwFormUrlDecoderEntry

인덱스 가져오기를 위한 이름-값 쌍입니다.

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

적용 대상