ColumnDefinitionCollection.IndexOf(ColumnDefinition, 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.
Retrieves the index of the specified item.
public:
virtual bool IndexOf(ColumnDefinition ^ value, [Out] unsigned int & index) = IVector<ColumnDefinition ^>::IndexOf;
bool IndexOf(ColumnDefinition const& value, [Out] uint32_t & index);
public bool IndexOf(ColumnDefinition value, out uint index);
Public Function IndexOf (value As ColumnDefinition, ByRef index As UInteger) As Boolean
Parameters
- value
- ColumnDefinition
The item to find in the collection.
- index
-
UInt32
unsigned int
uint32_t
The index of the item, if it is found.
Returns
Boolean
bool
true if an item with the specified value was 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@)