Compartilhar via


UIElementCollection.IndexOf(UIElement, UInt32) Método

Definição

Recupera o índice do item especificado.

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

Parâmetros

value
UIElement

O valor a ser encontrado na coleção.

index
UInt32

unsigned int

uint32_t

O índice do item a ser encontrado, se encontrado.

Retornos

Boolean

bool

true se um item com o valor especificado foi encontrado; caso contrário, false.

Implementações

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

Comentários

Se você estiver programando usando C# ou Microsoft Visual Basic, consulte IndexOf.

Aplica-se a

Confira também