Partager via


WindowTabCollection.IndexOf(WindowTab, UInt32) Méthode

Définition

Récupère l’index de l’élément spécifié.

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

Paramètres

value
WindowTab

Valeur à rechercher dans la collection.

index
UInt32

unsigned int

uint32_t

Index de l’élément à rechercher, s’il est trouvé.

Retours

Boolean

bool

true si un élément avec la valeur spécifiée a été trouvé ; sinon, false.

Implémente

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@)

Remarques

Important

Cette API est destinée aux applications de bureau Win32 uniquement. UWP et d’autres types d’applications ne sont pas pris en charge.

S’applique à