PlaylistEditorRemove(String) 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(
string filepath
)
Public Sub Remove (
filepath As String
)
Dim instance As PlaylistEditor
Dim filepath As String
instance.Remove(filepath)
public:
void Remove(
String^ filepath
)
member Remove :
filepath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The track path to remove it's entry.
Exception
|
The TrackPath was not found in the playlist.
|