Share via


Windows Media Player 11 SDK IWMPPlaylistArray Interface (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPPlaylistArray Interface (VB and C#)

Provides a property and a method for accessing a collection of IWMPPlaylist interfaces by index number.

The IWMPPlaylistArray interface exposes the following property.

Property Description
count Gets the number of playlists in the playlist array

The IWMPPlaylistArray interface exposes the following method.

Method Description
Item Returns an IWMPPlaylist interface representing the playlist at the specified index.

Get an IWMPPlaylistArray interface by using the following methods.

Interface Method
IWMPPlaylistCollection getAll, getByName

See Also

Previous Next