Share via


HttpCookieCollection.GetAt(UInt32) メソッド

定義

指定したインデックス位置にある HttpCookieHttpCookieCollection から返します。

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 内の指定した項目の 0 から始まるインデックス。

戻り値

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)

適用対象

こちらもご覧ください