Windows Media Player 11 SDK IWMPStringCollection2 Interface (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPStringCollection2 Interface (VB and C#)

Provides methods that supplement the IWMPStringCollection interface.

In addition to the method inherited from IWMPStringCollection, the IWMPStringCollection2 interface exposes the following methods.

Method Description
getAttributeCountByType Returns the number of attributes associated with the specified string collection item index, attribute name, and language.
getItemInfo Returns the string corresponding to the specified string collection item index and name.
getItemInfoByType Returns the value corresponding to the specified string collection item index, name, language, and attribute index.
isIdentical Returns a value indicating whether the supplied object is the same as the current one.

Get an IWMPStringCollection2 interface by casting the value returned by the IWMPMediaCollection.getAttributeStringCollection method.

See Also

Previous Next