Share via


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

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.cdromCollection (VB and C#)

The cdromCollection property gets an IWMPCdromCollection interface that provides access to a collection of CD or DVD drives.

[Visual Basic]
Public Overridable ReadOnly Property cdromCollection As IWMPCdromCollection

[C#]
public virtual IWMPCdromCollection cdromCollection {get;}

Property Value

A WMPLib.IWMPCdromCollection 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

Previous Next