HttpLanguageHeaderValueCollection.IndexOf(Language, UInt32) 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.
public:
virtual bool IndexOf(Language ^ value, [Out] unsigned int & index) = IVector<Language ^>::IndexOf;
bool IndexOf(Language const& value, [Out] uint32_t & index);
public bool IndexOf(Language value, out uint index);
Public Function IndexOf (value As Language, ByRef index As UInteger) As Boolean
Parameters
- value
- Language
The item to find in the HttpLanguageHeaderValueCollection.
- index
-
UInt32
unsigned int
uint32_t
The index of the Language item in the HttpLanguageHeaderValueCollection.
If the item is found, this is the zero-based index of the item; otherwise, this parameter is 0.
Returns
Boolean
bool
Indicates whether the item is found.
true if the Language item is found; otherwise, false.
Implements
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@)