CharacterGroupings.IndexOf(CharacterGrouping, UInt32) Method

Definition

Returns the index of a specified CharacterGrouping object in the set of character groups.

public:
 virtual bool IndexOf(CharacterGrouping ^ value, [Out] unsigned int & index) = IVectorView<CharacterGrouping ^>::IndexOf;
bool IndexOf(CharacterGrouping const& value, [Out] uint32_t & index);
public bool IndexOf(CharacterGrouping value, out uint index);
Public Function IndexOf (value As CharacterGrouping, ByRef index As UInteger) As Boolean

Parameters

value
CharacterGrouping

The CharacterGrouping object to find in the set.

index
UInt32

unsigned int

uint32_t

The zero-based index of the CharacterGrouping object, if found. The method returns zero if the object is not found.

Returns

Boolean

bool

True if the object is found, otherwise false.

Implements

M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,uint32_t@)

Applies to