Windows Media Player 11 SDK IWMPPlaylist.moveItem (VB and C#)
Previous | Next |
IWMPPlaylist.moveItem (VB and C#)
The moveItem method changes the location of a media item in the playlist.
Parameters
lIndexOld
A System.Int32 that is the original index.
lIndexNew
A System.Int32 that is the new index.
Remarks
All items after the inserted item will have their index numbers increased by one.
Before calling this method, you must have full access to the library. For more information, see Library Access.
Requirements
Version: Windows Media Player 9 Series or later
Namespace: WMPLib
Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)
See Also
- IWMPPlaylist Interface (VB and C#)
- IWMPSettings2.mediaAccessRights (VB and C#)
- IWMPSettings2.requestMediaAccessRights (VB and C#)
Previous | Next |