PlaylistEditorRemove(Int32) Method
Removes the specified track entry from the playlist.
Namespace: DevCase.Core.Media.SoundAssembly: 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
)
Public Sub Remove (
trackIndex As Integer
)
Dim instance As PlaylistEditor
Dim trackIndex As Integer
instance.Remove(trackIndex)
public:
void Remove(
int trackIndex
)
member Remove :
trackIndex : int -> unit
No code example is currently available or this language may not be supported.
Parameters
- trackIndex Int32
-
The track index to remove it's entry.
IndexOutOfRangeException
|
TrackIndex is out of range
|