Windows Media Player 11 SDK AxWindowsMediaPlayer.playlistCollection (VB and C#)
Previous | Next |
AxWindowsMediaPlayer.playlistCollection (VB and C#)
The playlistCollection property gets an IWMPPlaylistCollection interface.
[Visual Basic] Public Overridable ReadOnly Property playlistCollection As IWMPPlaylistCollection [C#] public virtual IWMPPlaylistCollection playlistCollection {get;}
Property Value
The WMPLib.IWMPPlaylistCollection interface.
Remarks
To retrieve the value of this property, read access to the library is required. For more information, see Library Access.
Requirements
Version: Windows Media Player 9 Series or later
Namespace: AxWMPLib
Assembly: AxInterop.WMPLib.dll (automatically generated by Visual Studio)
See Also
- AxWindowsMediaPlayer Object (VB and C#)
- IWMPPlaylistCollection Interface (VB and C#)
- IWMPSettings2.mediaAccessRights (VB and C#)
- IWMPSettings2.requestMediaAccessRights (VB and C#)
Previous | Next |