共用方式為


MediaPlaybackVideoTrackList.IndexOf(VideoTrack, UInt32) 方法

定義

擷取清單中指定影片播放軌的索引。

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

參數

value
VideoTrack

在向量檢視中尋找的視訊播放軌。

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

適用於