Поделиться через


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

Индекс HttpCookie в коллекции HttpCookieCollection.

Если элемент найден, это отсчитываемый от нуля индекс элемента; В противном случае этот параметр равен 0.

Возвращаемое значение

Boolean

bool

Указывает, найден ли элемент.

Значение true , если элемент HttpCookie найден; в противном случае — 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@)

Применяется к

См. также раздел