次の方法で共有


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 から始まるインデックスです。それ以外の場合、このパラメーターは 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@)

適用対象