Freigeben über


HttpProductInfoHeaderValueCollection.IndexOf Methode

Definition

Ruft den Index eines HttpProductInfoHeaderValue in der Auflistung ab.

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

Parameter

index
UInt32

unsigned int

uint32_t

Der Index von HttpProductInfoHeaderValue in der HttpProductInfoHeaderValueCollection.

Wenn das Element gefunden wird, ist dies der nullbasierte Index des Elements. Andernfalls ist dieser Parameter 0.

Gibt zurück

Boolean

bool

Gibt an, ob das Element gefunden wird.

true , wenn das HttpProductInfoHeaderValue-Element gefunden wird; Andernfalls false.

Implementiert

M:Windows.Foundation.Collections.IVector1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,uint32_t@)

Gilt für: