Share via


Windows Media Player 11 SDK IWMPPlaylistCollection.remove (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPPlaylistCollection.remove (VB and C#)

The remove method removes a playlist from the library.

  

Parameters

pItem

A WMPLib.IWMPPlaylist interface for the playlist that this method will remove.

Return Value

This method does not return a value.

Remarks

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

Previous Next