Share via


Windows Media Player 11 SDK IWMPPlaylist.count (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPPlaylist.count (VB and C#)

The count property gets the number of media items in a playlist.

  

Property Value

A System.Int32 that is the number of media items in the playlist.

Remarks

Before using this property, you must have read access to the library. For more information, see Library Access.

Example Code

See the attributeCount property for example code that uses this property.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next