PlaylistEditorRemove(Int32) Method

Removes the specified track entry from the playlist.

Definition

Namespace: DevCase.Core.Media.Sound
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void Remove(
	int trackIndex
)

Parameters

trackIndex  Int32
The track index to remove it's entry.

Exceptions

IndexOutOfRangeException TrackIndex is out of range

See Also