次の方法で共有


HttpContentCodingWithQualityHeaderValueCollection.IndexOf メソッド

定義

コレクション内の HttpContentCodingWithQualityHeaderValue のインデックスを取得します。

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

パラメーター

index
UInt32

unsigned int

uint32_t

HttpContentCodingWithQualityHeaderValueCollection 内の HttpContentCodingWithQualityHeaderValue のインデックス。

項目が見つかった場合、これは項目の 0 から始まるインデックスです。それ以外の場合、このパラメーターは 0 です。

戻り値

Boolean

bool

アイテムが見つかったかどうかを示します。

HttpContentCodingWithQualityHeaderValue 項目が見つかった場合は 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@)

適用対象