Share via


Windows Media Player 11 SDK AxWindowsMediaPlayer.mediaCollection (VB and C#) 

Windows Media Player SDK banner art

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

Previous Next