Windows Media Player 11 SDK AxWindowsMediaPlayer.mediaCollection (VB and C#)
Previous | Next |
AxWindowsMediaPlayer.mediaCollection (VB and C#)
The mediaCollection property gets an IWMPMediaCollection interface that provides a way to organize a large collection of media items.
[Visual Basic] Public Overridable ReadOnly Property mediaCollection As IWMPMediaCollection [C#] public virtual IWMPMediaCollection mediaCollection {get;}
Property Value
The WMPLib.IWMPMediaCollection interface to a collection of media items.
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#)
- IWMPMediaCollection Interface (VB and C#)
- IWMPSettings2.mediaAccessRights (VB and C#)
- IWMPSettings2.requestMediaAccessRights (VB and C#)
Previous | Next |