TransitionCollection.IndexOf(Transition, 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(Transition ^ value, [Out] unsigned int & index) = IVector<Transition ^>::IndexOf;
bool IndexOf(Transition const& value, [Out] uint32_t & index);
public bool IndexOf(Transition value, out uint index);
Public Function IndexOf (value As Transition, ByRef index As UInteger) As Boolean
Parameters
- value
- Transition
The value to find in the collection.
- index
- UInt32
The index of the item to find, if found.
Returns
true if an item with the specified value was found; otherwise, false.
Implements
Applies to
Feedback
Submit and view feedback for