共用方式為


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

適用於