Share via


HttpCookieCollection.IndexOf(HttpCookie, UInt32) 方法

定义

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

参数

index
UInt32

unsigned int

uint32_t

HttpCookieCollection 中 HttpCookie 的索引。

如果找到该项,则这是该项的从零开始的索引;否则,此参数为 0。

返回

Boolean

bool

指示是否找到该项。

如果找到 HttpCookie 项,则为 true;否则为 false

实现

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

适用于

另请参阅