HttpTransferCodingHeaderValueCollection.IndexOf メソッド

定義

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

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

パラメーター

index
UInt32

unsigned int

uint32_t

HttpTransferCodingHeaderValueCollectionHttpTransferCodingHeaderValue のインデックス。

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

戻り値

Boolean

bool

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

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

適用対象