Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
AxWindowsMediaPlayer.Error (VB and C#)
The Error property gets the IWMPError interface that provides access to a collection of IWMPErrorItem interfaces.
[Visual Basic]
Public Overridable ReadOnly Property Error As IWMPError
[C#]
public virtual IWMPError Error {get;}
Property Value
The WMPLib.IWMPError interface.
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#)
- IWMPError Interface (VB and C#)
- IWMPErrorItem Interface (VB and C#)
| Previous | Next |