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
參數
- value
- HttpCookie
- 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@)