MediaPlaybackTimedMetadataTrackList.IndexOf 方法

定义

检索列表中指定计时元数据跟踪的索引。

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

参数

value
TimedMetadataTrack

在矢量视图中查找的计时元数据跟踪。

index
UInt32

unsigned int

uint32_t

如果找到计时元数据轨道,则这是音频轨道的从零开始的索引;否则,此参数为 0。

返回

Boolean

bool

如果找到计时元数据跟踪,则为 True;否则为 false。

实现

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

适用于