Partager via


MediaPlaybackVideoTrackList.IndexOf(VideoTrack, UInt32) Méthode

Définition

Récupère l’index d’une piste vidéo spécifiée dans la liste.

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

Paramètres

value
VideoTrack

Piste vidéo à rechercher dans la vue vectorielle.

index
UInt32

unsigned int

uint32_t

Si la piste vidéo est trouvée, il s’agit de l’index de base zéro de la piste audio ; sinon, ce paramètre est 0.

Retours

Boolean

bool

True si la piste vidéo est trouvée ; sinon, false.

Implémente

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

S’applique à