Share via


HttpCookieCollection.GetAt(UInt32) 方法

定义

HttpCookieCollection 返回指定索引处的 HttpCookie

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

参数

index
UInt32

unsigned int

uint32_t

HttpCookieCollection 中指定项的从零开始的索引。

返回

HttpCookieCollection 中指定索引处的 HTTP Cookie。

实现

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)

适用于

另请参阅