CompositionStrokeDashArray.IndexOf(Single, 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(float value, [Out] unsigned int & index) = IVector<float>::IndexOf;
bool IndexOf(float const& value, [Out] uint32_t & index);
public bool IndexOf(float value, out uint index);
Public Function IndexOf (value As Single, ByRef index As UInteger) As Boolean
Parameters
- value
-
Single
float
- index
-
UInt32
unsigned int
uint32_t
Returns
bool
Implements
1.IndexOf(0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(0,unsigned int@)
M:Windows.Foundation.Collections.IVector1.IndexOf(0,uint32_t@)