Windows Media Player 11 SDK IWMPPlaylist.setItemInfo (VB and C#)
Previous | Next |
IWMPPlaylist.setItemInfo (VB and C#)
The setItemInfo method sets the value of an attribute of the current playlist.
Parameters
bstrName
A System.String that is the attribute name.
bstrValue
A System.String that is the attribute value.
Return Value
This method does not return a value.
Remarks
Before calling this method, you must have full access to the library. For more information, see Library Access.
Example Code
See the attributeCount property for example code that uses this property.
Requirements
Version: Windows Media Player 9 Series or later
Namespace: WMPLib
Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)
See Also
- IWMPPlaylist Interface (VB and C#)
- IWMPPlaylist.getItemInfo (VB and C#)
- IWMPSettings2.mediaAccessRights (VB and C#)
- IWMPSettings2.requestMediaAccessRights (VB and C#)
Previous | Next |