Freigeben über


HttpCookieCollection.GetAt(UInt32) Methode

Definition

Gibt den HttpCookie am angegebenen Index aus der HttpCookieCollection zurück.

public:
 virtual HttpCookie ^ GetAt(unsigned int index) = IVectorView<HttpCookie ^>::GetAt;
HttpCookie GetAt(uint32_t const& index);
public HttpCookie GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As HttpCookie

Parameter

index
UInt32

unsigned int

uint32_t

Der nullbasierte Index eines angegebenen Elements in der HttpCookieCollection.

Gibt zurück

Das HTTP-Cookie am angegebenen Index aus der HttpCookieCollection.

Implementiert

M:Windows.Foundation.Collections.IVectorView`1.GetAt(System.UInt32) M:Windows.Foundation.Collections.IVectorView`1.GetAt(unsigned int) M:Windows.Foundation.Collections.IVectorView`1.GetAt(uint32_t)

Gilt für:

Weitere Informationen