Windows Media Player 11 SDK AxWindowsMediaPlayer.cdromCollection (VB and C#)
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
- AxWindowsMediaPlayer Object (VB and C#)
- IWMPCdromCollection Interface (VB and C#)
- IWMPSettings2.mediaAccessRights (VB and C#)
- IWMPSettings2.requestMediaAccessRights (VB and C#)
Previous | Next |