MediaPlaybackAudioTrackList.IndexOf(AudioTrack, UInt32) 方法

定义

检索列表中指定音轨的索引。

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

参数

value
AudioTrack

在矢量视图中查找的音频轨迹。

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

适用于