HttpContentCodingHeaderValueCollection.IndexOf 方法

定义

检索集合中 HttpContentCodingHeaderValue 的索引。

public:
 virtual bool IndexOf(HttpContentCodingHeaderValue ^ value, [Out] unsigned int & index) = IVector<HttpContentCodingHeaderValue ^>::IndexOf;
bool IndexOf(HttpContentCodingHeaderValue const& value, [Out] uint32_t & index);
public bool IndexOf(HttpContentCodingHeaderValue value, out uint index);
Public Function IndexOf (value As HttpContentCodingHeaderValue, ByRef index As UInteger) As Boolean

参数

index
UInt32

unsigned int

uint32_t

HttpContentCodingHeaderValueCollectionHttpContentCodingHeaderValue 的索引。

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

返回

Boolean

bool

指示是否找到该项。

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

实现

M:Windows.Foundation.Collections.IVector1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,uint32_t@)

适用于