Windows Media Player 11 SDK IWMPPlaylist.getItemInfo (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPPlaylist.getItemInfo (VB and C#)

The getItemInfo method returns the value of a playlist attribute specified by name.

  

Parameters

bstrName

A System.String that is the name of the playlist attribute.

Return Value

A System.String that is the value of the playlist attribute.

Remarks

Before using this method, you must have read 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

Previous Next