Share via


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

Windows Media Player SDK banner art

Previous Next

IWMPPlaylistArray.Item (VB and C#)

The Item method returns an IWMPPlaylist interface representing the playlist at the specified index.

  

Parameters

lIndex

A System.Int32 containing the index that identifies the playlist that the method should retrieve.

Return Value

A WMPLib.IWMPPlaylist interface for the retrieved playlist.

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