PlaylistEditorExist(Int32) Method
Determines whether the specified track exists in 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 bool Exist(
int trackIndex
)
Public Function Exist (
trackIndex As Integer
) As Boolean
Dim instance As PlaylistEditor
Dim trackIndex As Integer
Dim returnValue As Boolean
returnValue = instance.Exist(trackIndex)
public:
bool Exist(
int trackIndex
)
member Exist :
trackIndex : int -> bool
No code example is currently available or this language may not be supported.
- trackIndex Int32
-
The track index.
Boolean if the track already exists in the playlist,
otherwise.
IndexOutOfRangeException
|
TrackIndex should be greater than 0.
|