HttpCookieCollection.IndexOf(HttpCookie, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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.IVectorView
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,uint32_t@)