Windows Media Player 11 SDK Playlist.attributeCountĀ
Previous | Next |
Playlist.attributeCount
The attributeCount property retrieves the number of attributes associated with the playlist.
Syntax
Possible Values
This property is a read-only Number (long).
Remarks
Because playlists can come from many different sources, they can have several different sets of properties. This method retrieves the total number of properties available so that the other methods of the Playlist object can access them.
To retrieve the value of this property, read access to the library is required. For more information, see Library Access.
For information about the attributes supported by Windows Media Player, see the Windows Media Player Attribute Reference.
Example
The following JScript example illustrates how various properties and methods of the Playlist and Media objects are used.
Requirements
Version: Windows Media Player version 7.0 or later.
Library: Use wmp.dll.
See Also
- Playlist Object
- Playlist.attributeName
- Playlist.getItemInfo
- Playlist.setItemInfo
- Settings.mediaAccessRights
- Settings.requestMediaAccessRights
Previous | Next |