次の方法で共有


MediaPlaybackTimedMetadataTrackList.GetAt(UInt32) メソッド

定義

指定したインデックス位置にある時間指定されたメタデータ トラックを返します。

public:
 virtual TimedMetadataTrack ^ GetAt(unsigned int index) = IVectorView<TimedMetadataTrack ^>::GetAt;
TimedMetadataTrack GetAt(uint32_t const& index);
public TimedMetadataTrack GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As TimedMetadataTrack

パラメーター

index
UInt32

unsigned int

uint32_t

時間指定されたメタデータ トラックの 0 から始まるインデックス。

戻り値

指定したインデックス位置の時間指定されたメタデータ 追跡。

実装

M:Windows.Foundation.Collections.IVectorView`1.GetAt(System.UInt32) M:Windows.Foundation.Collections.IVectorView`1.GetAt(unsigned int) M:Windows.Foundation.Collections.IVectorView`1.GetAt(uint32_t)

適用対象