Bagikan melalui


HttpCookieCollection.GetAt(UInt32) Metode

Definisi

Mengembalikan HttpCookie pada indeks yang ditentukan dari HttpCookieCollection.

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

Indeks berbasis nol dari item tertentu di HttpCookieCollection.

Mengembalikan

Cookie HTTP pada indeks yang ditentukan dari HttpCookieCollection.

Penerapan

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)

Berlaku untuk

Lihat juga