Freigeben über


HttpCookieCollection.IndexOf(HttpCookie, UInt32) Methode

Definition

Ruft den Index eines HttpCookie-Elements in der HttpCookieCollection ab.

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

Parameter

index
UInt32

unsigned int

uint32_t

Der Index des HttpCookie in der HttpCookieCollection.

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 HttpCookie-Element gefunden wird; andernfalls false.

Implementiert

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

Gilt für:

Weitere Informationen