Share via


Windows Media Player 11 SDK IWMPMediaCollection2.getByAttributeAndMediaType (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPMediaCollection2.getByAttributeAndMediaType (VB and C#)

The getByAttributeAndMediaType method returns an IWMPPlaylist interface that provides access to media items that have a specified attribute and media type.

  

Parameters

bstrAttribute

The System.String that is the specified attribute.

bstrValue

The System.String that is the specified value for the attribute that is specified in bstrAttribute.

bstrMediaType

The System.String that is the specified media type.

Return Value

A WMPLib.IWMPPlaylist interface for the retrieved playlist.

Requirements

Version: Windows Media Player 11.

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next