Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaPlaybackAudioTrackList.SelectedIndex Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the index of the currently selected audio track in the list.

public:
 property int SelectedIndex { int get(); void set(int value); };
int SelectedIndex();

void SelectedIndex(int value);
public int SelectedIndex { get; set; }
var int32 = mediaPlaybackAudioTrackList.selectedIndex;
mediaPlaybackAudioTrackList.selectedIndex = int32;
Public Property SelectedIndex As Integer

Property Value

Int32

int

The index of the currently selected audio track in the list.

Implements

Applies to


Feedback

Was this page helpful?