HttpCacheDirectiveHeaderValueCollection.IndexOf 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索集合中 HttpNameValueHeaderValue 的索引。
public:
virtual bool IndexOf(HttpNameValueHeaderValue ^ value, [Out] unsigned int & index) = IVector<HttpNameValueHeaderValue ^>::IndexOf;
bool IndexOf(HttpNameValueHeaderValue const& value, [Out] uint32_t & index);
public bool IndexOf(HttpNameValueHeaderValue value, out uint index);
Public Function IndexOf (value As HttpNameValueHeaderValue, ByRef index As UInteger) As Boolean
参数
- value
- HttpNameValueHeaderValue
在 HttpCacheDirectiveHeaderValueCollection 中找到的 HttpNameValueHeaderValue。
- index
-
UInt32
unsigned int
uint32_t
HttpCacheDirectiveHeaderValueCollection 中 HttpNameValueHeaderValue 的索引。
如果找到该项,则为该项的从零开始的索引;否则,此参数为 0。
返回
Boolean
bool
指示是否找到该项。
如果找到 HttpNameValueHeaderValue 项,则为 true;否则为 false。
实现
M:Windows.Foundation.Collections.IVector
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)