IWMPPlaylistArray (VB and C#) interface

[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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

The IWMPPlaylistArray interface exposes the following property.

Members

The IWMPPlaylistArray (VB and C#) interface has these types of members:

Methods

The IWMPPlaylistArray (VB and C#) interface has these methods.

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

Properties

The IWMPPlaylistArray (VB and C#) interface has these properties.

Property Access type Description
count
Read-only
Gets the number of playlists in the playlist array

Get an IWMPPlaylistArray interface by using the following methods.

Interface Method
IWMPPlaylistCollection getAll, getByName

Requirements

Requirement Value
Header
Wmp.h

See also

Interfaces for Visual Basic .NET and C#

IWMPPlaylist Interface (VB and C#)