Share via


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

Windows Media Player SDK banner art

Previous Next

IWMPPlaylistCollection.getAll (VB and C#)

The getAll method returns an IWMPPlaylistArray interface that provides access to all of the playlists in the library.

  

Parameters

This method takes no parameters.

Return Value

A WMPLib.IWMPPlaylistArray interface for the retrieved array of playlists.

Remarks

Before calling this method, you must have read 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