HttpLanguageRangeWithQualityHeaderValueCollection.IndexOf Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the index of an HttpLanguageRangeWithQualityHeaderValue in the collection.
public:
virtual bool IndexOf(HttpLanguageRangeWithQualityHeaderValue ^ value, [Out] unsigned int & index) = IVector<HttpLanguageRangeWithQualityHeaderValue ^>::IndexOf;
bool IndexOf(HttpLanguageRangeWithQualityHeaderValue const& value, [Out] uint32_t & index);
public bool IndexOf(HttpLanguageRangeWithQualityHeaderValue value, out uint index);
Public Function IndexOf (value As HttpLanguageRangeWithQualityHeaderValue, ByRef index As UInteger) As Boolean
Parameters
The HttpLanguageRangeWithQualityHeaderValue to find in the HttpLanguageRangeWithQualityHeaderValueCollection.
- index
-
UInt32
unsigned int
uint32_t
The index of the HttpLanguageRangeWithQualityHeaderValue in the HttpLanguageRangeWithQualityHeaderValueCollection.
If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.
Returns
bool
Indicates whether the item is found.
true if the HttpLanguageRangeWithQualityHeaderValue item is found; otherwise, false.
Implements
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)