ISingleSelectMediaTrackList ISingleSelectMediaTrackList ISingleSelectMediaTrackList ISingleSelectMediaTrackList Interface

Definition

Represents a media track list that allows a single item to be selected at a time.

public : interface ISingleSelectMediaTrackListpublic interface ISingleSelectMediaTrackListPublic Interface ISingleSelectMediaTrackList// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

SelectedIndex SelectedIndex SelectedIndex SelectedIndex

Gets or set the currently selected media track in the list.

public : int SelectedIndex { get; set; }public int SelectedIndex { get; set; }Public ReadWrite Property SelectedIndex As int// You can use this property in JavaScript.
Value
int int int int

The currently selected media track in the list.

Events

SelectedIndexChanged SelectedIndexChanged SelectedIndexChanged SelectedIndexChanged

Occurs when the SelectedIndex property changes.

public : abstract event TypedEventHandler SelectedIndexChanged<ISingleSelectMediaTrackList,  object>public abstract event TypedEventHandler SelectedIndexChanged<ISingleSelectMediaTrackList,  object>Public MustInherit Event SelectedIndexChanged<ISingleSelectMediaTrackList,  object>// You can use this event in JavaScript.